Version: v7On 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;}RadioGroupCustomEvent必須ではありませんが、このコンポーネントから発行される Ionic イベントでより強く型付けを行うために、CustomEvent インターフェースの代わりにこのインターフェースを使用することが可能です。interface RadioGroupCustomEvent<T = any> extends CustomEvent { detail: RadioGroupChangeEventDetail<T>; target: HTMLIonRadioGroupElement;}プロパティallowEmptySelectionDescriptiontrueの場合、ラジオを非選択にすることができる。Attributeallow-empty-selectionTypebooleanDefaultfalsenameDescriptionフォームデータとともに送信されるコントロールの名前。AttributenameTypestringDefaultthis.inputIdvalueDescription無線グループの値です。AttributevalueTypeanyDefaultundefinedイベントNameDescriptionionChange値が変更されたときに発行されます。メソッドNo public methods available for this component.CSS Shadow PartsNo CSS shadow parts available for this component.CSSカスタムプロパティNo CSS custom properties available for this component.SlotsNo slots available for this component.