<script> import { Checkbox } from '@foxui/core'; let checked = $state(false); </script> <Checkbox sizeVariant="sm" variant="primary" bind:checked />