Switch
Example
With Label
Usage
<script>
import { Switch } from 'fuchs';
let checked = $state(false);
</script>
<Switch bind:checked />
Switch
Example
With Label
Usage
<script>
import { Switch } from 'fuchs';
let checked = $state(false);
</script>
<Switch bind:checked />