Hi Hugo,

To change *all* Checkboxes, in mxml (you can add to external css like we do
in TDJ or other examples, but to show other valid way too):

<fx:Style>
@namespace "http://www.w3.org/1999/xhtml";;
.jewel.checkbox span {
color: red;
}
</fx:Style>

To change only one component:

.jewel.checkbox.redLabel span {
color: red;
}

Then in the instance:

<j:CheckBox text="Not Checkbox" className="redLabel"/>

HTH

Carlos


El mar., 11 ago. 2020 a las 17:28, Hugo Ferreira (<[email protected]>)
escribió:

> How to change the text color of a Jewel CheckBox ?
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Reply via email to