Hi,
I want to change the color of the border of the checkbox (Square shape). How do I do it. I see control to change the color but all are changing the fonts. I want to change the border/edge of the rectangular box that I check.
Regards
Sunil
Solved! Go to Solution.
Views
Replies
Total Likes
It can be done as metioned in the thread above.
Here's a sample for you.
Views
Replies
Total Likes
In Object > Field change Appearance to Custom... you won't be able to change the colour of a 3D box but if you change the line type to solid you can then pick a colour.
Views
Replies
Total Likes
Hi,
Thanks for prompt reply. I dont want to change the color of the border. I want to change the color of the "check style" / X mark inside the checkbox. I dont see any custom "check style" so that i can change the color.
Regards
Views
Replies
Total Likes
You need to edit the XML for the checkbox, see this thread:
Views
Replies
Total Likes
I still didnt find answe. I want to chang the color of the stroke (X) sign in checkbox.
as you can see red cross in attached image. I dont want to change edge or border of the checkbox. How do i bring red cross when user selects a check box.
Regads
Sunil
Views
Replies
Total Likes
It can be done as metioned in the thread above.
Here's a sample for you.
Views
Replies
Total Likes
Thank you Radzmar, I could do it. I also tried with this script and it worked fine.
this.font.fill.color.value="255,0,0";
I also change the xml, and it worked well.
<font>
<fill>
<color value="255,0,0" />
</fill>
</font>
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies