1.0.10 • Published 9 years ago

react-checkbox2 v1.0.10

Weekly downloads
2
License
ISC
Repository
github
Last release
9 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

9 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago