ion-radio
Defines a Radio Button component.
When radio buttons are inside a Radio List component, exactly one Radio Button in the list can be checked at any time.
Use the Value property to set its value, and the Disabled property to prevent the user from checking it.
For more information: Radio.
Note: Make sure to add your component under a Generic Item or <ion-item>
to make it work properly in form.
Name | Description |
---|---|
Checked | If true, the component is checked. |
Disabled | If true the component will be disabled, preventing the the user from changing the value. |
Value | When this button is selected, the radio control will have this value. |
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. |