I would like to know how to dynamically change the fill color of a checkbox. When I use the following code, I change the color of the entire object (including the text). I just want to change the color of the little box.
this.fillColor = "255,255,0";
Any insight?
Thanks,
Emily