import type { HTMLInputAttributes } from 'svelte/elements'; export interface CheckboxProps extends Omit { element?: HTMLElement; group?: (string | number)[] | null; }