
Research
wget to Wipeout: Malicious Go Modules Fetch Destructive Payload
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
@smui/checkbox
Advanced tools
Checkbox is used to provide the same functionality as <input type="checkbox">
.
See MDC Checkboxes for more information on API and Sass mixins.
See the Sass variable file for styling variables.
npm install --save-dev @smui/checkbox
<script>
import Checkbox from '@smui/checkbox';
import FormField from '@smui/form-field';
let selected = false;
</script>
<FormField>
<Checkbox bind:checked={selected} />
<span slot="label">Check me.</span>
</FormField>
in action: https://sveltematerialui.com/demo/checkbox
demo code: https://github.com/hperrin/svelte-material-ui/blob/master/site/src/routes/demo/checkbox.svelte
A checkbox.
use
: []
- An array of actions and/or action/property arrays.class
: ''
- A CSS class string.disabled
: false
- Whether the input is disabled.touch
: false
- The checkbox will have a larger touch target.indeterminate
: (uninitialised)
- Whether the state is indeterminate.group
: (uninitialised)
- The selected values of a group of checkboxes as an array.checked
: (uninitialised)
- A boolean, whether the checkbox is checked. This is used instead of group
for a single checkbox.value
: null
- The value of a checkbox in a group of checkboxes.valueKey
: (uninitialised)
- If value
is not a string, this should be supplied as well, and should be a unique key.input$
- Props forwarded to the input element.All standard UI events are forwarded.
change
input
getId
- Get the HTML ID of the element.FAQs
Svelte Material UI - Checkbox
We found that @smui/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
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.