De-select option button

  • Thread starter Thread starter Wendy P
  • Start date Start date
W

Wendy P

I have option buttons on my form and was wondering how can I make them so
that a user can de-select if they accidently selected.

I know the check boxes, a user can uncheck but can they not de-select an
option button?
 
Option or radio buttons work in groups, each button being one option -
only one button in a group can be selected, the other(s) are
automatically deselected. To enable a button to be deselected you must
have at least one other button in the group as an alternative choice.

If the button is on its own, then use a checkbox.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top