Skip to main content
INPUT AND SELECTION

Check

Draft

A toggle control that allows a user to select or deselect an option with checked, indeterminate, and error states.

Common alternative names

Checkbox, tick box, check mark


Anatomy

A check is composed of a square container and a state icon. The container is always visible, while the icon changes depending on state — a checkmark when checked, a horizontal dash when indeterminate, or empty when unchecked.

Square container
(Required)
Checkmark icon
(Required)
Indeterminate icon
(Required)
Error state
(Optional)

Usage guidelines coming soon.