@tgfbikes/react-select-all
v1.0.0
Published
A parent checkbox that can be checked, unchecked, or indeterminite.
Readme
React select all
A very simple checkbox that supports checked, unchecked, and indeterminite states. Based off the functionality of the select all checkbox in Gmail.
Demo
Installation
npm install react-select-allUsage
<SelectAll
id="select-all"
items={this.captains}
itemsSelected={this.state.selectedCaptains.length}
onChange={this.handleSelectAll}
/>