Checkboxes |
Radio-buttons |
Checkboxes are usually used to have multiple choices. |
Radio-buttons are usually used for a particular (single) selection. |
The value of the name should be different for all checkboxes of the same group. |
The value of the name should not be different for all radio buttons of the same group. |
Syntax: <input type: “checkbox”> |
Syntax: <input type: “radio”> |