
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@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 605 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.