Difference between revisions of "Radio buttons"
From Team Developer SqlWindows Wiki
(New page: This page covers radio button tips & tricks. __TOC__ <br> <h2 style="margin:0;background-color:#ddcef2;font-size:120%;font-weight:bold;border:1px solid #afa3bf;text-align:left;color:#000...) |
|||
Line 9: | Line 9: | ||
Use this trick : place a non-visual (hidden) radiobutton in the group and set it to TRUE.<br> | Use this trick : place a non-visual (hidden) radiobutton in the group and set it to TRUE.<br> | ||
Then all other visual radio buttons will show FALSE. | Then all other visual radio buttons will show FALSE. | ||
+ | |||
+ | Don't do the above. Either have a visible radio button that is the "None" Option or use a set of tick boxes. |
Revision as of 11:25, 24 September 2008
This page covers radio button tips & tricks.
Contents |
How to set all radiobuttons in the same group to FALSE
Radiobuttons placed in a group will have one which is set to TRUE.
It is not possible to set them all to FALSE.
Use this trick : place a non-visual (hidden) radiobutton in the group and set it to TRUE.
Then all other visual radio buttons will show FALSE.
Don't do the above. Either have a visible radio button that is the "None" Option or use a set of tick boxes.