![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@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.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
The npm package @smui/checkbox receives a total of 5,426 weekly downloads. As such, @smui/checkbox popularity was classified as popular.
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.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.