ion-list

Defines a Radio List 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 List unchecks any previous checked radio button within the same list.
Add as many Radio Button you want under your Radio List 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.
Like any other form’s inputs, it has a Control name property you may change for a more friendly name to use in a CustomValidator.
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
Control name The associated declared form’s control name.
Default value The value to be selected by default.
List type The type of list.
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.