Computer Applications
Differentiate between Radio Button and Checkbox.
HTML Advanced Features
6 Likes
Answer
Differences between Radio Button and Checkbox:
S. No. | Radio Button | Checkbox |
---|---|---|
1. | Radio buttons are used when we want users to select only one option from a set of choices. | Checkboxes are used when we want users to select multiple options from a list. |
2. | Radio buttons are typically represented as small circles or dots, and users can select only one of them at a time. | Checkboxes are typically represented as small square boxes with a check mark inside them. |
3. | Selecting one option automatically deselects any previously selected option within the same group. | Users can check or uncheck checkboxes independently. |
Answered By
2 Likes