Checkbox component color change?

Folks,

I’m trying to change the color of a checkbox component. I have managed to add a shadow and change the check color but I can’t seem to change the color of the check box itself.

I used the following code for the shadow and check:

A.setStyleProperty(“check”, 0x0025500);
A.setStyleProperty(“shadow”, 0x0025500);

Any ideas for the actual checkbox?

Many thanks - this forum is helping me a great deal :wink: