add boolean

This commit is contained in:
relaxed 2024-12-25 12:59:45 +05:00
parent b218b7c7e3
commit 432e75526f

View File

@ -0,0 +1,5 @@
<script>
export let value = false;
</script>
<input type="checkbox" bind:checked={value} class="size-5 mx-2" />