@fvillard/reactcheckbox
v0.1.2
Published
React CheckBox
Downloads
4
Readme
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)|