@s-ui/react-atom-checkbox
v3.11.0
Published
AtomCheckbox is a component that displays an input checkbox w/ its expected behavior
Downloads
173,423
Maintainers
Readme
AtomCheckbox
AtomCheckbox is a component that displays an input checkbox w/ its expected behavior
Installation
$ npm install @s-ui/react-atom-checkbox --saveUsage
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.
