Changed toggle to checkbox

This commit is contained in:
Alexis
2025-04-30 14:02:02 +02:00
parent c2712f7b86
commit d7447eb700
4 changed files with 7 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits)
>
<CheckboxIndicator class="flex h-full w-full items-center justify-center text-current">
<slot>
<PhCheck class="size-4" />
<PhCheck size="10" />
</slot>
</CheckboxIndicator>
</CheckboxRoot>