Checkbox and radio button text colour
Hi
This might be a really simple question but I can't find the answer anywhere?!
How can I change the colour of the labels on checkboxes and radio buttons?
I tried this:
a1.setStyleProperty("textColor",0x990000);
but I get this error:
1061: Call to a possibly undefined method setStyleProperty through a reference with static type fl.controls:RadioButtonGroup.
can anyone help?
Thank you! : )