react-checkboxify
v2.0.3
Published
react-checkboxify is a fantastic package that allows you to easily add and utilize checkboxes in your React projects.
Downloads
18
Maintainers
Readme
react-checkboxify
Single Checkbox and group Checkboxes UI component for React with incredible options for access to full customize with easy usage.
Install
Usage
import Checkbox, {GroupCheckbox} from 'react-checkboxify';
export <GroupCheckbox />;
export default () => <checkbox />;
Compatibility
| IE / Edge | Firefox | Chrome | Safari | Electron | | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | IE10, Edge | last 2.25 versions | last 2.25 versions | last 2.25 versions | last 2.25 versions |
API
Checkbox
GroupCheckbox
Online demo: https://mobinkaarimi.github.io/react-checkboxify/
License
react-checkboxify is released under the MIT license.