- SwitchInput(props: SwitchProps & {
icon?: ReactNode;
placeholder?: string;
} & FormFieldInputProps, context?: any): null | ReactElement<any, any>
-
Parameters
-
props: SwitchProps & {
icon?: ReactNode;
placeholder?: string;
} & FormFieldInputProps
-
Optional
context: any
Returns null | ReactElement<any, any>
Experimental switch element. Untested so far.