Forms
Checkboxes
The native <input type="checkbox"> with a custom and responsive style.
Horizontal stacking#
Indeterminate#
You can change a checkbox to an indeterminate state by setting the indeterminate property to true.
Validation states#
Validation states are provided with aria-invalid.
Edit this page on GitHub