# Checkbox
The [checkbox](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox) component is an input form element used to select or deselect items in a list. *Checkboxes* have three visual states: checked, unchecked, and indeterminate.

## Accessibility
Consult the current [W3C WAI-ARIA documentation](https://www.w3.org/TR/wai-aria-practices/#checkbox) for best practices.