Backstage
    Preparing search index...

    Variable RadioGroupDefinitionConst

    RadioGroupDefinition: {
        classNames: { content: "bui-RadioGroupContent"; root: "bui-RadioGroup" };
        propDefs: {
            children: {};
            className: {};
            description: {};
            isRequired: {};
            label: {};
            secondaryLabel: {};
        };
        styles: { readonly [key: string]: string };
    } = ...

    Component definition for RadioGroup

    Type Declaration

    • ReadonlyclassNames: { content: "bui-RadioGroupContent"; root: "bui-RadioGroup" }
    • ReadonlypropDefs: {
          children: {};
          className: {};
          description: {};
          isRequired: {};
          label: {};
          secondaryLabel: {};
      }
    • styles: { readonly [key: string]: string }