@s-ui/react-atom-checkbox
v3.7.0
Published
AtomCheckbox is a component that displays an input checkbox w/ its expected behavior
Downloads
68,331
Maintainers
Keywords
Readme
AtomCheckbox
AtomCheckbox is a component that displays an input checkbox w/ its expected behavior
Installation
$ npm install @s-ui/react-atom-checkbox --save
Usage
import AtomCheckbox from '@s-ui/react-atom-checkbox'
Basic usage
<AtomCheckbox />
Checked
<AtomCheckbox checked />
Disabled
<AtomCheckbox disabled />
w/ onChange handler
<AtomCheckbox onChange={console.log} />
Find full description and more examples in the demo page.