• Experimental switch element. Untested so far.

    Parameters

    • props: SwitchProps & {
          icon?: ReactNode;
          placeholder?: string;
      } & FormFieldInputProps

      Accepts any Chakra UI Switch property

    • Optional context: any

    Returns null | ReactElement<any, any>

Generated using TypeDoc