Checkbox Input
Form InputsOther Inputs
Input field for boolean selection.
Live Example
HTML Code
HTML
<input type="checkbox" id="check1" />
<label for="check1">Checkbox label</label>Usage Notes
This element renders as shown above in your current browser. Different browsers and operating systems may display slight variations in appearance and behavior.
The code example above shows the basic HTML structure. You can copy it directly into your projects or use it as a reference for creating similar components.