
Security News
The Next Open Source Security Race: Triage at Machine Speed
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.
@asphalt-react/radio
Advanced tools
Radio buttons allow users to select only a single option from a list of options. There are 2 states in a Radio button: Checked and Unchecked.
To enhance accessibility, Radio buttons 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 Radio button remains the same for all label sizes. You can choose to skip the standard label and bind the Radio button with you own label as well.
Radio buttons support most of the input="radio" attributes like checked, value, name, 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 Radio buttons do not have a dedicated label.
Use id and htmlFor props to associate your custom label with the Radio button.
import { Radio } from "@asphalt-react/radio"
<Radio value="GoPay" label="Mode of payment" />
Label for the radio button.
| type | required | default |
|---|---|---|
| string | false | "" |
Controls the label size. Size of the radio buton doesn't change. Accepts s, m, l for small, medium & large
| type | required | default |
|---|---|---|
| enum | false | "m" |
FAQs
Radio
The npm package @asphalt-react/radio receives a total of 125 weekly downloads. As such, @asphalt-react/radio popularity was classified as not popular.
We found that @asphalt-react/radio 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
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.