
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
bpk-component-checkbox
Advanced tools
Backpack checkbox component.
npm install bpk-component-checkbox --save-dev
import React from 'react';
import BpkCheckbox from 'bpk-component-checkbox';
export default () => (
<BpkCheckbox
name="prefer-directs"
onChange={() => console.log('prefer directs changed!')}
label="Prefer directs"
checked
/>
);
Property | PropType | Required | Default Value |
---|---|---|---|
name | string | true | - |
label | node | true | - |
checked | bool | false | false |
disabled | bool | false | false |
indeterminate | bool | false | false |
required | bool | false | false |
smallLabel | bool | false | false |
valid | bool | false | null |
white | bool | false | false |
indeterminate
propThe indeterminate prop is only a visual clue, it does not affect the checked state of the checkbox. If indeterminate
is flagged then the checkbox will be displayed with a minus sign in the box. This is used when there is a checkbox group and the parent displays this state when not all child checkboxes are selected.
checkboxCheckedColor
FAQs
Backpack checkbox component.
The npm package bpk-component-checkbox receives a total of 18 weekly downloads. As such, bpk-component-checkbox popularity was classified as not popular.
We found that bpk-component-checkbox demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.