Skip to main content

Interface: RadioGroupProps

Defined in: components/RadioGroup/RadioGroup.tsx:53

Props for the RadioGroup component.

Extends

  • Omit<RACRadioGroupProps, "style" | "children">

Properties

children?

optional children?: any

Defined in: components/RadioGroup/RadioGroup.tsx:60

Radio option children — must be Radio components.


label?

optional label?: any

Defined in: components/RadioGroup/RadioGroup.tsx:58

Group label displayed above the radio options.