Circle V2 API Docs
    Preparing search index...

    Type Alias SwitchProps

    SwitchProps: SwitchRootProps & {
        inputProps?: React.InputHTMLAttributes<HTMLInputElement>;
        ref?: React.Ref<HTMLInputElement>;
        rootRef?: React.Ref<HTMLLabelElement | null>;
        thumbLabel?: { off: React.ReactNode; on: React.ReactNode };
        trackLabel?: { off: React.ReactNode; on: React.ReactNode };
    }