1.0.10 • Published 8 years ago

react-checkbox2 v1.0.10

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

React Checkbox

Stateless and easily stylable checkbox component for react

install

npm install -S react-checkbox2

usage

<Checkbox
  checked={this.state.shouldBeChecked}
  value={myCustomValue}
  onChange={this.onChange}
/>

{/* or */}
{/* add cutom markup */}
<Checkbox
  checked={this.state.shouldBeChecked}
  value={myCustomValue}
  onChange={this.onChange}
>
  <div class="some-custom-text">Select Me!</div>
</Checkbox>
1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago