Checkbox
A checkbox is an input control that allows a user to select one or more options from a number of choices.
Default
By default, a checkbox input includes a selected and unselected state.
import Checkbox from '@/components/checkbox';
<Checkbox label="Default checkbox" />