Radio & Checkbox Button

Radio buttons let a user select only one of a limited number of choices: 

<input type="radio" value="HTML">

The <input type="checkbox"> 

defines a checkbox. The checkbox is shown as a square box that is ticked
(checked) when activated. Checkboxes are used to let a user select one or more options of a limited
number of choices.

 

Post a Comment

0 Comments