featherbit UI
    Preparing search index...

    Function RadioGroup

    • Segmented single-choice control for small enums that should stay visible. Exported for reuse by ConditionBuilder (AND/OR group-logic toggle).

      Parameters

      • __namedParameters: {
            ariaLabel?: string;
            onChange: (v: string) => void;
            options: FieldOption[];
            value: string;
        }
        • OptionalariaLabel?: string

          Accessible name for the radiogroup, when no visible label precedes it.

        • onChange: (v: string) => void
        • options: FieldOption[]
        • value: string

      Returns Element