export { default as Root } from "./components/checkbox.svelte";
export { default as Indicator } from "./components/checkbox-indicator.svelte";
export { default as Input } from "./components/checkbox-input.svelte";
export type { CheckboxProps as Props, CheckboxIndicatorProps as IndicatorProps, CheckboxInputProps as InputProps, CheckboxEvents as Events, } from "./types.js";
