Checkbox
Import
import { Checkbox } from '@sparrowengg/twigs-react';
Usage
Result
Loading...
Live EditorOpen in playground
<Checkbox id="accept-terms" size="md"> Accept terms and conditions </Checkbox>
Props
Property | Description | Type | Default |
---|---|---|---|
checked | state of the checkbox | boolean ,"indeterminate" | false |
defaultChecked | Uncontrolled default state of checkbox | boolean | |
disabled | boolean | false | |
size | Size of the checkbox | sm md | sm |
onChange | Callback function when checkbox is clicked | function |