Checkbox
Extends <input type="checkbox" />
, allows input styling.
import { Checkbox } from 'minerva-ui';
Disabled Checkbox
Customize Checkbox
Props
Props related to the Checkbox component.
Name | Type | Is Required | Default | Description |
---|---|---|---|---|
checked | boolean | optional | false | Sets if box is checked |
onChange | boolean | optional | none | Action to take when value of checked is changed |