React-checkbox-group
This is your average checkbox group:
Apple Orange Watermelon
Repetitive, hard to manipulate and easily desynchronized.
Lift up name
and onChange
, and give the group an initial checked values array.
See below for a complete example
Install
npm install react-checkbox-group
or
yarn add react-checkbox-group
Simply require/import it to use it:
Example
ReactDOM.render, document.body
License
MIT.