|
|
Question : How to uncheck a radio button
|
|
I have a ton of web pages that have radio buttons on them. I really would rather not make them all check boxes because the user should only check one or the other. Is there a special key or combination of keys that will allow them to unsellect a radio button.
|
Answer : How to uncheck a radio button
|
|
Unreliable because you have to use one of the regular keys, and a keyevent that checks the key code on every keystroke. If you only have to do it for one radio pair it is feasible by using a key that is not likely to be used for other purposes, but if you have to do it for more than one pair on the same page, each pair has to have a different hot key:
Cd&
|
|
|
|