Checkbox
The Checkbox input allows a user to specify an on-off attribute.
Demo
Code
<input id="box" type="checkbox">
<label for="box">Check Me</label>
The Checkbox input allows a user to specify an on-off attribute.
<input id="box" type="checkbox">
<label for="box">Check Me</label>