How do I change the color of a checkbox?

K

KLC-NYSLabor

I'm placing a checkbox object inside a color-filled table cell. The checkbox
appears to have the same background color when in the design mode. With
design mode off the checkbox background color reverts to white.
Suggestions?
 
S

spunkymuffmonkey

Can I assume that your adding an ActiveX control checkbox and not a formfield
checkbox since you're talking about design mode.

If it is an activex control then you can change the backcolor property to
match the colour filled cell, this is done by right clicking the control
whilst in design mode and selecting properties, then from the properties
window choose a backcolor value.

Hope this helps.
 
Top