Type Alias CheckboxProps

CheckboxProps: Partial<Pick<LabelWrapperProps, "css" | "className">> & Omit<
    InputProps,
    "className",
> & { children: React.ReactNode; color?: string; error?: boolean }

Type declaration

  • children: React.ReactNode
  • Optionalcolor?: string

    use --color css variable instead

  • Optionalerror?: boolean