jb-checkbox-react

1.0.2 • Public • Published

jb-checkbox-react

simple react checkbox with smooth animation codepen demo: https://codepen.io/javadbat/pen/GRrzJeP

installation

run npm install jb-checkbox-react to install package with npm

usage

import component in your page import JBCheckBox from 'jb-checkbox-react'

use in react render like every other component
<JBCheckBox label="check this" value={this.checkbox1} onChange={(e)=>this.onChange(e ,'checkbox1')}></JBCheckBox>
demo image:
demo

Package Sidebar

Install

npm i jb-checkbox-react

Weekly Downloads

4

Version

1.0.2

License

MIT

Unpacked Size

35.6 kB

Total Files

10

Last publish

Collaborators

  • javadbat