Hi,
I'd like to know if it is possible to change the color and/or font properties of a checkbox. Obviously it is not possible to do this directly via checkbox.setFontColor() since there is no such method ;-)
Is there another way to do this? Maybe by using CSS stuff? Maybe even without having another CSS file? I know there is a method like "setStyleName()" for labels, but there is nothing like it for checkboxes.
Any help is appreciated!
Michael
I'd like to know if it is possible to change the color and/or font properties of a checkbox. Obviously it is not possible to do this directly via checkbox.setFontColor() since there is no such method ;-)
Is there another way to do this? Maybe by using CSS stuff? Maybe even without having another CSS file? I know there is a method like "setStyleName()" for labels, but there is nothing like it for checkboxes.
Any help is appreciated!
Michael
Comment