Aren’t check (tick) buttons more useful?
Why do they exist?
They seem quite unnecessary to me, can you please explain to me the purpose of radio buttons?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
They are used so that only one option can be chosen out of a group of options. Check buttons allow the user to choose multiple options.
Edit:
If the goal is to have check boxes for which only 0 or 1 of the boxes in a group is checked, then check out the jsFiddle from this answer. It presents a simple way to do this using jQuery.
Here’s the Javascript code used: