GitHub

Switch

Example

With Label

Usage

<script>
	import { Switch } from '@fuxui/base';

	let checked = $state(false);
</script>

<Switch bind:checked />