Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
boundless-checkbox
Advanced tools
THIS IS AN AUTOGENERATED FILE. EDIT INDEX.JS INSTEAD.
An accessible checkbox with indeterminate support.
Checkbox is implemented as a "controlled input", meaning it is a direct representation of the model data passed
inside. User interaction will bubble changes in the form of onChecked
and onUnchecked
that a controller
view must intercept and apply against the data provider.
Note: only top-level props are in the README, for the full list check out the website.
There are no required props.
Name | Type | Default Value | Description |
---|---|---|---|
inputProps |
|
| all input-specific props like `value`, `name`, etc should be passed here -- common ones are listed below. Also supports any [React-supported attribute](https://facebook.github.io/react/docs/tags-and-attributes.html#html-attributes); applied to the `.b-checkbox` node |
label |
|
| any React-renderable content, most commonly a simple string |
labelProps |
|
| any [React-supported attribute](https://facebook.github.io/react/docs/tags-and-attributes.html#html-attributes); applied to the `.b-checkbox-label` node |
onChecked |
|
| called when the element becomes checked; backing data must be updated to persist the state change |
onUnchecked |
|
| called when the element becomes unchecked; backing data must be updated to persist the state change |
FAQs
An accessible checkbox with indeterminate support.
The npm package boundless-checkbox receives a total of 24 weekly downloads. As such, boundless-checkbox popularity was classified as not popular.
We found that boundless-checkbox demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.