Only the first ion-switch is marked as true rest are false

Hi i have two swithces in my setting.html

<ion-switch [(ng-model)]=“likeNotif” [(checked)]=“likeNotif” secondary> Likes
<ion-switch [(ng-model)]=“likeNotif” [(checked)]=“likeNotif” secondary> Likes

i have set likeNotif variable =true in my setting.ts but when i do ionic-serve i see only first ion-switch as checked but other on is not checked

here is the DOM

Likes

ignore plz.i posted this message by mistake

1 Like