Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@leafygreen-ui/checkbox
Advanced tools
import Checkbox from '@leafygreen-ui/checkbox';
<Checkbox
className='my-checkbox'
onChange={(event) => {/* Something to handle the click event */}}
label='This is how you enable a thing'
checked={true}
bold={false}
/>
Output HTML
<label class="css-1rgbgdt my-checkbox" title="Create an item" for="checkbox-14827892">
<input
checked
type="checkbox"
role="checkbox"
class="css-32kjhsdaf"
id="checkbox-14827892"
name="checkbox-14827892"
aria-disabled="false"
aria-checked="true"
aria-labeledby="checkbox-14827892-label"
/>
<div class="css-34kjkdfg">
<div class="css-98sdfjsad"></div>
</div>
<span class="css-8xdsjfh9" id="checkbox-14827892-label">
This is how you enable a thing
</span>
</label>
Type: string
Default: 'default'
Sets the style variant of the checkbox. Valid variants for checkboxes are 'default'
and 'light'
.
Type: boolean
Default: false
Checks the checkbox.
Type: node
Default: null
The label for the checkbox.
Type: boolean
Default: false
Disables the checkbox.
Type: boolean
Default: false
Sets the checkbox as indeterminate. NOTE: the checkbox will become out of sync with the indeterminate prop when it's clicked. Make sure to unset the indeterminate
prop on change where you're controlling your input.
Type: string
Default: ''
Adds a className to the outermost element.
Type: boolean
Default: false
Determines whether the text will be bold or not.
Type: string
|| number
Default: randomly generated string
Adds an ID only to the input, and it's used elsewhere for accessibility props.
Type: function
Default: () => {}
The event handler function for the 'onchange' event. Receives the associated event
object as the first argument.
input
element.FAQs
LeafyGreen UI Kit Checkbox
The npm package @leafygreen-ui/checkbox receives a total of 52,867 weekly downloads. As such, @leafygreen-ui/checkbox popularity was classified as popular.
We found that @leafygreen-ui/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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.