Is there a way to change the color of the Check inside of a checkbox?
I have a box on a form and added a checkbox with the appearance = None. I would like the check to be in blue. (no border color, no background color)
I poked around all of the attributes, but I couldn't find anything and didn't find anything in the forums.
Thanks,
James
******************************
MyForm.Page1.Additional::initialize - (JavaScript, client)
this.fontColor = "0,0,255";
******************************