
Product
Introducing Scala and Kotlin Support in Socket
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
@spectrum-web-components/checkbox
Advanced tools
**sp-checkbox** allow users to select multiple items from a list of independent options, or to mark an individual option as selected.
sp-checkbox allow users to select multiple items from a list of independent options, or to mark an individual option as selected.
Should I use a checkbox or a switch? Use a switch when activating something instead of selecting.
<sp-checkbox>Web component</sp-checkbox>
Standard checkboxes are the default style for checkboxes. The blue color provides a visual prominence that is optimal for forms, settings, lists or grids of assets, etc. where the checkboxes need to be noticed.
<sp-checkbox checked>Web component</sp-checkbox>
Quiet checkboxes are a secondary style for checkboxes. The gray color provides a less prominent style than the standard checkboxes. They are optimal for application panels where all visual elements are monochrome in order to direct focus to the content.
<sp-checkbox quiet>Web component</sp-checkbox>
In addition to the variant, sp-checkboxes have a number of attributes for
controlling their visual state. All checkbox variants support the disabled
,
indeterminate
, invalid
attributes, which applies a disabled style to the
checkbox, and also prevents clicks from activating it.
<div>checked:</div>
<sp-checkbox checked>Web component</sp-checkbox>
<div>indeterminate:</div>
<sp-checkbox indeterminate>Web component</sp-checkbox>
<div>invalid:</div>
<sp-checkbox invalid>Web component</sp-checkbox>
<div>disabled:</div>
<sp-checkbox disabled>Web component</sp-checkbox>
Event handlers for clicks and other user actions can be registered on an sp-checkbox
just as a normal <input type="checkbox">
element.
<sp-checkbox id="checkbox-example" onclick="javascript:alert('Click')">
Web component
</sp-checkbox>
Checkboxes are accessible by default, rendered in HTML using the <input type="checkbox">
element. When the checkbox is set as indeterminate
or
invalid
, the appropriate ARIA state attribute will automatically be applied.
FAQs
`<sp-checkbox>` allow users to select multiple items from a list of independent options, or to mark an individual option as selected.
The npm package @spectrum-web-components/checkbox receives a total of 3,278 weekly downloads. As such, @spectrum-web-components/checkbox popularity was classified as popular.
We found that @spectrum-web-components/checkbox demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 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 now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.