メインコンテンツまでスキップ
バージョン: v8

ion-radio-group

Properties

allowEmptySelection

Descriptiontrueの場合、Radioを非選択にすることができる。
Attributeallow-empty-selection
Typeboolean
Defaultfalse

compareWith

Descriptionこのプロパティを使用すると、開発者は、ion-radio-group で選択されたオプションを決定するときにオブジェクトを比較するためのカスタム関数またはプロパティ名を指定できます。指定しない場合、デフォルトの動作では、比較に厳密な等式 (===) が使用されます。
Attributecompare-with
Type((currentValue: any, compareValue: any) => boolean) | null | string | undefined
Defaultundefined

errorText

Descriptionラジオグループ上部に表示するエラーテキスト。
Attributeerror-text
Typestring | undefined
Defaultundefined

helperText

Descriptionラジオグループ上部に表示するヘルパーテキスト。
Attributehelper-text
Typestring | undefined
Defaultundefined

name

Descriptionフォームデータとともに送信されるコントロールの名前。
Attributename
Typestring
Defaultthis.inputId

value

Description無線グループの値です。
Attributevalue
Typeany
Defaultundefined

Events

NameDescription
ionChange値が変更されたときに発行される。 プログラムで value プロパティを設定した場合は、このイベントは発生しない。