- Checkbox(props): ReactNode
Returns ReactNode
Properties
Readonly $$typeof
$$typeof: symbol
Group
Group: (<T>(props) => ReactElement<any, string | JSXElementConstructor<any>>) Type declaration
- <T>(props): ReactElement<any, string | JSXElementConstructor<any>>
Type Parameters
T extends CheckboxValueType = CheckboxValueType
Returns ReactElement<any, string | JSXElementConstructor<any>>
Optional defaultProps
Optional displayName
displayName?: string
Optional propTypes
Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.