add boolean
This commit is contained in:
parent
b218b7c7e3
commit
432e75526f
5
src/lib/components/form/Boolean.svelte
Normal file
5
src/lib/components/form/Boolean.svelte
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<script>
|
||||||
|
export let value = false;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<input type="checkbox" bind:checked={value} class="size-5 mx-2" />
|
Loading…
x
Reference in New Issue
Block a user