does the textRollOverColor style get applied for the text on checkboxes?
I'm styling my checkbox and I can get the label text to change color
with
checkbox.setStyle("color", "0xff00ff")
but not with
checkbox.setStyle("textRollOverColor", "0x00ff00")Anyone using it successfully anywhere else?

