Checkbox

Extends <input type="checkbox" />, allows input styling.

import { Checkbox } from 'minerva-ui';

Disabled Checkbox

Customize Checkbox

Props

Props related to the Checkbox component.

NameTypeIs RequiredDefaultDescription
checkedbooleanoptionalfalseSets if box is checked
onChangebooleanoptionalnoneAction to take when value of checked is changed