Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

javadbat/jb-checkbox-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

react mobx checkbox component

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published