Kodobe React Checkbox
npm install kodobe-react-checkboxThis is a simple react checkbox package.
npm install kodobe-react-checkbox
or
yarn add kodobe-react-checkbox
import Checkbox from 'kodobe-react-checkbox';
import Checkbox from "kodobe-react-checkbox";
function App() {
return (
- isChecked : state of the radio (boolean, default=false)
- disabled : if the switch can be toggled (boolean, default=false)
- onCheck : toggles checkbox button (function, required)
- style : (object)
- className : (string)
- id : (any)
- name : (string)