import type { CheckboxInputProps } from '../types'; export type ToggleProps = CheckboxInputProps;