
Product
Introducing the Alert Details Page: A Better Way to Explore Alerts
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.
@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 121 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.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.

Research
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.