Checkbox

A checkbox allows a user to select multiple items from a list of individual items, or to mark one individual item as selected.

 
isIndeterminate 
isDisabled 
Example
Checkbox.tsx
Checkbox.css
theme.css
import {Checkbox} from './Checkbox';

<Checkbox>Remember me</Checkbox>

Anatomy

Shows a checkbox component with labels pointing to its parts, including the input, and label elements.SubscribeLabelInput