Albert :
Please check that you have your forms.xml file the colors of your options:
<field name="name"
alias="alias"
label="YOUR_LABEL_LANGUAGE"
filter="BOOL"
listKey="value"
type="ckradio"
viewType="both"">
<option value="0" icon="icomoon-cancel" color="danger">YOUR_FIRST_OPTION</option>
<option value="1" icon="icomoon-ok" color="success">TH_SECONDE_OPTION</option>
</field>
I hope you've found the solution since time, but it may help other cooks