Home > @uniformdev/design-system > ParameterToggle

ParameterToggle variable

Signature:

ParameterToggle: React$1.ForwardRefExoticComponent<Omit<React$1.InputHTMLAttributes<HTMLInputElement>, "type"> & CommonParameterProps & {
    caption?: string;
    menuItems?: React$1.ReactNode;
    actionItems?: React.ReactNode;
    errorTestId?: string;
    captionTestId?: string;
    title?: string;
} & {
    type: "checkbox" | "radio";
} & React$1.RefAttributes<HTMLInputElement>>

Example

<>