
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@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 412 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 0 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 threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.