Version: v6On this pageion-radio-groupA radio group is a container for a group of radios. It allows a user to select at most one radio button from a set. Checking one radio button that belongs to a radio group unchecks any previous checked radio button within the same group. For example usage of the radio group, see the radio documentation.InterfacesRadioGroupChangeEventDetailinterface RadioGroupChangeEventDetail<T = any> { value: T;}RadioGroupCustomEventWhile not required, this interface can be used in place of the CustomEvent interface for stronger typing with Ionic events emitted from this component.interface RadioGroupCustomEvent<T = any> extends CustomEvent { detail: RadioGroupChangeEventDetail<T>; target: HTMLIonRadioGroupElement;}PropertiesallowEmptySelectionDescriptiontrueの場合、ラジオを非選択にすることができる。Attributeallow-empty-selectionTypebooleanDefaultfalsenameDescriptionフォームデータとともに送信されるコントロールの名前。AttributenameTypestringDefaultthis.inputIdvalueDescription無線グループの値です。AttributevalueTypeanyDefaultundefinedEventsNameDescriptionionChange値が変更されたときに発行されます。MethodsNo public methods available for this component.CSS Shadow PartsNo CSS shadow parts available for this component.CSS Custom PropertiesNo CSS custom properties available for this component.SlotsNo slots available for this component.