Checkbox
Forms bits-uiA recessed tile that fills with a glossy aqua check.
Example
<script lang="ts">
import { Checkbox } from '$lib/components/ui/checkbox';
import { Label } from '$lib/components/ui/label';
let checked = $state(true);
</script>
<div class="flex items-center gap-3">
<Checkbox id="clear-skies" bind:checked />
<Label for="clear-skies">Accept clear skies</Label>
</div>Installation
npx shadcn-svelte@latest add https://mizu-ui.com/r/checkbox.json