CheckboxProps: Partial<Pick<LabelWrapperProps, "css" | "className">> & Omit<
InputProps,
"className",
> & { children: React.ReactNode; color?: string; error?: boolean }
Type declaration
children: React.ReactNode
Optionalcolor?: string
Optionalerror?: boolean
Deprecated
use --color css variable instead