Files
ionic-framework/core/src/components/radio-group

ion-radio-group

A radio group is a group of radio buttons. 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.

Properties

Property Attribute Description Type
allowEmptySelection allow-empty-selection boolean
disabled disabled boolean
name name The name of the control, which is submitted with the form data. string
value -- the value of the radio group. any, null

Events

Event Description
ionChange Emitted when the value has changed.

Built with StencilJS