Checkbox
Import Syntax
import Checkbox from 'mineral-ui/Checkbox';
Note
Mineral UI also provides a CheckboxGroup, which offers a simpler API for working with a group of Checkboxes, and a FormField to provide an accessible label and other features. Examples here omit CheckboxGroup and FormFields for clarity and brevity.