Checkbox
Examples
Primary
Secondary
With Label
Usage
<script>
import { Checkbox } from 'fuchs';
let checked = $state(false);
</script>
<Checkbox sizeVariant="sm" variant="primary" bind:checked />
Checkbox
Examples
Primary
Secondary
With Label
Usage
<script>
import { Checkbox } from 'fuchs';
let checked = $state(false);
</script>
<Checkbox sizeVariant="sm" variant="primary" bind:checked />