ion-radio-group

Defines a Radio Group component.

This component is a container for a set of radio buttons. It allows a user to select at most one radio button from the set. Checking one radio button that belongs to a Radio Group unchecks any previous checked radio button within the same group.
Add as many Radio Button you want under your Radio Group component.
Use the Default value property to set its default value. If a radio button has the same value it will be checked by default.
For more information: Radio Group.

Note: Make sure to add each Radio Button under a Generic Item or <ion-item> to make it work properly in form.

Name Description
Allow empty selection If true, the radios can be deselected.
Binding The object or variable to bind with the control.
Compare with This property allows developers to specify a custom function or property name for comparing objects when determining the selected option in the ion-radio-group. When not specified, the default behavior will use strict equality (===) for comparison.
Control name The associated declared control name.
Default value The default value of the radio group.
Position Specifies the position.
Comment Describes the object comment to include in the documentation report. This property generally contains an explanation about the object.
Identifier Defines the component identifier.
Is active Defines whether the component is active.