Arc.React
    Preparing search index...

    Interface RadioGroupFieldOption<TValue>

    interface RadioGroupFieldOption<TValue> {
        disabled?: boolean;
        label: ReactNode;
        value: TValue;
    }

    Type Parameters

    • TValue
    Index

    Properties

    Properties

    disabled?: boolean
    label: ReactNode
    value: TValue