### Default (unchecked) ### Checked ### Indeterminate ### Hidden label ### Disabled ### Reactive example (bind:checked) The `checked` prop supports two-way binding. ### Reactive example (bind:group) An alternative to `checked` is binding an array of values using `group`. This API in inspired by Svelte [group inputs]([group](https://svelte.dev/tutorial/group-inputs)).
If using bind:group, bind:checked will only support one-way binding.
### Skeleton