Index

arrow_back "Input" Category

Checkbox

The Checkbox input allows a user to specify an on-off attribute.

Demo

Code

code scss/elements/form/_input.scss
<input id="box" type="checkbox">
<label for="box">Check Me</label>