These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Checkbox Check Color

unleashedmaniac
Registered: Oct 13 2009
Posts: 18

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

My Product Information:
LiveCycle Designer, Windows
unleashedmaniac
Registered: Oct 13 2009
Posts: 18
Well... I sort of figured this out... I was able to set the color using javascript... Is there a different way to do this?

******************************
MyForm.Page1.Additional::initialize - (JavaScript, client)
this.fontColor = "0,0,255";
******************************
jonom
Registered: Jan 31 2008
Posts: 133
You can do it in the xml source and save it as a custom object:

<font size="0pt" typeface="Adobe Pi Std"><fill><color value="0,0,255"/></fill></font>