@hixme-ui/checkbox
v2.2.0
Published
hixme-ui Checkbox component
Downloads
197
Readme
Checkbox
npm i --save @hixme-ui/checkbox
Usage
import Checkbox from '@hixme-ui/checkbox'
<Checkbox text='Checkbox Label' />
<Checkbox defaultChecked small text='Small checkbox with a label' />
<Checkbox defaultChecked jumbo text='Jumbo checkbox' />
<Checkbox disabled text='Disabled checkbox' />
Props
| Name | Type | Default | | --------------- | ----------- | -------------- | | defaultChecked | boolean | false | | disabled | boolean | false | | jumbo | boolean | false | | small | boolean | false | | text | string | N/A |