I have an array of lists that I need to display in radio buttons. Like this:
https://i.stack.imgur.com/cmYgO.png
https://i.stack.imgur.com/Zx4bm.png
https://i.stack.imgur.com/jBTe3.png
My goal is to have a checkbox that matches the values loaded from another array. How can I accomplish this?
[(ngModel)]=" " , value="" ,[checked]="true",
I've tried three different methods, but none of them worked as expected.