Switch

A control that allows the user to toggle between checked and not checked.



Installation

npx shadcn-svelte@latest add https://retroui-svelte.netlify.app/r/switch.json


Usage

		<script lang="ts">
  import { Switch } from "$lib/components/ui/switch/index.js";
</script>
 
<Switch />
	

Examples

Default


Disabled