
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
react-checkboxify
Advanced tools
react-checkboxify is a fantastic package that allows you to easily add and utilize checkboxes in your React projects.
Single Checkbox and group Checkboxes UI component for React
with incredible options for access to full customize with easy usage.
import Checkbox, {GroupCheckbox} from 'react-checkboxify';
export <GroupCheckbox />;
export default () => <checkbox />;
![]() IE / Edge | ![]() Firefox | ![]() Chrome | ![]() Safari | ![]() Electron |
|---|---|---|---|---|
| IE10, Edge | last 2.25 versions | last 2.25 versions | last 2.25 versions | last 2.25 versions |
| name | type | default | description |
|---|---|---|---|
| name | string | ||
| label | string | null | label of input for show to client |
| parentClassName | String | "" | additional class name of parent div element |
| labelClassName | String | "" | additional class name of label element |
| inputClassName | String | "" | additional class name of root node |
| onChange | Function(e:Event, checked:Number) | called when checkbox is changed. e is native event, checked is original checked state. | |
| checked | Boolean: true, false | false | same with native input checkbox |
| disabled | Boolean: true, false | false | use if for disable some checkbox in specific situation |
| customIcon | Obj {checked?: "iconPath", unChecked?: "iconPath", size : number } | null | with checked and unchecked key you can use any icon for your checkbox, also you can change size it with size key and number value |
| name | type | default | description |
|---|---|---|---|
| list | Array | [] | use it for send list of items to render item with checkbox icon |
| setSelectedItems | React.SetState | null | add set state in props for gave all items checking = true, I set all Object into Array with checked:true value. |
| selectType | String: "single" | "multiple" | "single" | you can set use can select only one item or more. |
| hasSearch | Boolean | false | add search bar for use easier than of huge list |
| searchOption | Object | {label: "", className: "", disabled: false } | customize everything you need to change it in search component like default label, className and disabled option. |
| parentClassName | String | "" | additional class name of parent div element |
| checkboxClassName | String | "" | additional class name of label element |
| checkboxFilledClassName | String | "" | additional class name of root node |
| labelClassName | String | "" | additional class name of root node |
| customIcon | Obj {checked?: "iconPath", unChecked?: "iconPath", size : number } | null | with checked and unchecked key you can use any icon for your checkbox, also you can change size it with size key and number value |
Online demo: https://mobinkaarimi.github.io/react-checkboxify/
react-checkboxify is released under the MIT license.
FAQs
react-checkboxify is a fantastic package that allows you to easily add and utilize checkboxes in your React projects.
We found that react-checkboxify demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.