Switch
Forms bits-uiA glossy aqua toggle with a glassy thumb.
Example
<script lang="ts">
import { Switch } from '$lib/components/ui/switch';
import { Label } from '$lib/components/ui/label';
let checked = $state(true);
</script>
<div class="flex items-center gap-3">
<Switch id="glossy" bind:checked />
<Label for="glossy">Glossy surfaces</Label>
</div>Installation
npx shadcn-svelte@latest add https://mizu-ui.com/r/switch.json