0.1.2 • Published 4 years ago
@fvillard/reactcheckbox v0.1.2
ReactCheckBox
Basic check box for React
WARNING : this package is actualy in developpement !
Usage
Import
import Checkbox from '@fvillard/reactcheckbox'Declaration
<Checkbox />
Configuration
| Props | Description | Default value | |
|---|---|---|---|
| style | Object for define main style | {} | |
| className | string for define main className | disabled | |
| value | boolean | false | |
| disabled | boolean | false | |
| onClick | function trigger when clicked | function(id, value, error) |