NOTE: This package is useless because React already provides checkedLink
React-boolean-checkbox
React checkbox for true/false with valueLink.
<label>
<BooleanCheckbox valueLink={this.linkState('isSupercool')}/>
<span>Are you super cool?</span>
</label>bower install react-boolean-checkbox
or
npm install react-boolean-checkboxSimply require it to use it:
var BooleanCheckbox = require('react-boolean-checkbox');