I have a list of Arrays. such.
I show this in ratio buttons. like this
I want to click the check box similar to this value in the data loaded from my other array
How to resolve this?
[(ngModel)]=" " , value="" ,[checked]="true",
I tried these 3.
But it didn't go well.




Here is a similar app that works. Compare with your code. I used
[checked]attribute.