
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
@asphalt-react/checkbox
Advanced tools
Checkboxes allow users to select one or more items from a list of items. There are three states in a Checkbox: Checked, Unchecked and Indeterminate. A Checkbox is in indeterminate state when it is neither checked nor unchecked.
To enhance accessibility, Checkboxes come with a label which is placed beside the component. The labels are of type text and they come in 3 sizes:
The size of the Checkbox remains the same for all label sizes. You can choose to skip the standard label and bind the Checkbox with you own label as well.
Checkboxes support most input type="checkbox" attributes like checked, value,onChange & disabled as well as data-* attributes. To get a handle of the underlying DOM element, use React Refs.
Add aria-label or aria-labelledby for cases where Checkbox does not have a dedicated label. For e.g. a checkbox used to select a table row.
Use id and htmlFor props to associate your custom label with the Checkbox.
import { Checkbox } from "@asphalt-react/checkbox"
<Checkbox value="yes" label="Are you a a GoTo employee?" />
Label for the Checkbox
| type | required | default |
|---|---|---|
| string | false | "" |
Controls the label size. Size of the Checkbox remains same. Accepts s, m, l for small, medium & large
| type | required | default |
|---|---|---|
| enum | false | "m" |
Set indeterminate state of Checkbox
| type | required | default |
|---|---|---|
| bool | false | false |
FAQs
Checkbox
The npm package @asphalt-react/checkbox receives a total of 563 weekly downloads. As such, @asphalt-react/checkbox popularity was classified as not popular.
We found that @asphalt-react/checkbox demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 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
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.