PDA

View Full Version : RadioButton / CheckBox


holtgrewe
12-17-2007, 12:34 PM
It appears that a 'dotted box' outlines the RadioButton and CheckBox text whenever these objects are selected.

Once Focus is averted elsewhere on the page, the outline is removed.

Am I missing something in the setup of the objects that would cause this 'outlining' of the text?

thx

Worm
12-17-2007, 12:40 PM
no, its the dreaded focus rectangle. Its built into the control to show focus. You can not use the text of the checkbox and use a label instead as a work-around

holtgrewe
12-17-2007, 12:54 PM
thx Worm,

Got it. Appreciate the assistance with the workaround.
Even though the text is cleared, the size of the object must be reduced to a small square, like 12X12 in this case.
Not a problem, thanks again.