Unclicking the radio button

A

Alex

Hi...

When i select an option using the radio button and unclick it after, it
doesn't remove the selection. It would be good if users can change their
minds when choosing options.

Can anybody teach me how to unclick successfully?
 
S

S.Y.M. Wong-A-Ton

Radio buttons are meant to function in a group. For example, if you have 2
radio buttons, "female" and "male", in a group and you select one of the
options, the other option is automatically deselected. So one way to
"unclick" a radio button is by having other radio buttons in the same group.

If you want to be able to select/deselect an option independently of other
controls, you must use a checkbox instead of a radio button.
 
A

Alex

Thanks..that was quick!

S.Y.M. Wong-A-Ton said:
Radio buttons are meant to function in a group. For example, if you have 2
radio buttons, "female" and "male", in a group and you select one of the
options, the other option is automatically deselected. So one way to
"unclick" a radio button is by having other radio buttons in the same group.

If you want to be able to select/deselect an option independently of other
controls, you must use a checkbox instead of a radio button.
 
Top