• Parameters

    Returns ReactNode

Properties

$$typeof: symbol
Group: (<T>(props) => ReactElement<any, string | JSXElementConstructor<any>>)

Type declaration

    • <T>(props): ReactElement<any, string | JSXElementConstructor<any>>
    • Type Parameters

      • T extends CheckboxValueType = CheckboxValueType

      Parameters

      Returns ReactElement<any, string | JSXElementConstructor<any>>

defaultProps?: Partial<Antd.CheckboxProps & RefAttributes<Antd.CheckboxRef>>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

propTypes?: WeakValidationMap<Antd.CheckboxProps & RefAttributes<Antd.CheckboxRef>>

Generated using TypeDoc