radioGroup<T> abstract method

Component radioGroup<T>(
  1. RadioGroupProps<T> props
)

Render a radio group component

Implementation

Component radioGroup<T>(RadioGroupProps<T> props);