+ 1
What's the different between checkbox and radio???
4 Answers
+ 6
You can select more than one option in list of checkbox.
However, in a radio, you can only select one option from the list.
One common example of a good use of radio is : Selecting gender
One common example of a good use of checkbox is : Selecting from the list what type of games you play,etc,
+ 4
radio is for single option selection
checkbox is for multiple option selection
+ 3
There is a fundamental difference between them. In a checkbox group, a user can select more than one option. Each checkbox operates individually, so a user can toggle each response "on" and "off." Radio buttons, however, operate as a group and provide mutually exclusive selection values.
0
thanx k2 shape