RadioButton
A radio button with a unique value. Note that all <ion-radio>
components must be wrapped within a <ion-list radio-group>
,
and there must be at least two <ion-radio>
components within
the radio group.
See the Angular 2 Docs for more info on forms and input.
Component
selector: ion-radio
Usage
<ion-item>
<ion-label>Radio Label</ion-label>
<ion-radio value="radio-value"></ion-radio>
</ion-item>
Output Events
Attr | Details |
---|---|
select | expression to be evaluated when selected |