AtomCheckbox is a component that displays an input checkbox w/ its expected behavior
$ npm install @s-ui/react-atom-checkbox --save
import AtomCheckbox from '@s-ui/react-atom-checkbox'
<AtomCheckbox />
<AtomCheckbox checked />
<AtomCheckbox disabled />
<AtomCheckbox onChange={console.log} />
Find full description and more examples in the demo page.