@marytee123 wrote:
Ionic 4:
I have the the following form with radio buttons:
One{{value2}}<ion-item> <ion-label>{{value1}}</ion-label> <ion-radio slot="start" value={{value1}} checked></ion-radio> </ion-item>
</ion-radio-group> </ion-list>
I tried [checked] = “true”, [checked]=‘true,’ nothing works. How can I pre-select a radio button by default?
Posts: 1
Participants: 1