import type { CommonToggleProps } from '../toggle'; export interface CommonCheckboxProps extends CommonToggleProps { indeterminate?: boolean; }