I'm trying to get the check in a CheckBox to be more visible when the window is not selected. See the difference in the pics below.
I've had no luck in trying to style it with:
Style:
element = 'CheckBox'
Setter:
field = 'background'
value = 'yellow '
Style:
element = 'CheckBox'
Setter:
field = 'color'
value = 'red'
As you can see, this does not style the actual checkbox, only the text field.
So, any ideas on how to style the actual checkbox?