Files
AstralRinth/src/routes/components/Checkbox.md

421 B

Text-only Example

<script lang="ts">
    import Checkbox from "omorphia/components/Checkbox.svelte";
</script>

<Checkbox>Extra components</Checkbox>

Text with Icon Example

<script lang="ts">
    import Checkbox from "omorphia/components/Checkbox.svelte";
    import IconCarrot from 'virtual:icons/lucide/carrot'
</script>

<Checkbox><IconCarrot /> Food </Checkbox>