@belong-ui/checkbox

0.1.29 • Public • Published

Basic Checkbox Usage:

The Label for the checkbox is to be added by the Parent.

initialState = { isChecked: false };

<Checkbox
  isChecked={state.isChecked}
  onClick={() => { setState({ isChecked: !state.isChecked }) }}
/>

Readme

Keywords

none

Package Sidebar

Install

npm i @belong-ui/checkbox

Weekly Downloads

2

Version

0.1.29

License

MIT

Unpacked Size

5.19 kB

Total Files

9

Last publish

Collaborators

  • kaarthek
  • saurabh2112
  • theatsharma