Behavior
When one radio button is checked in a group of FormArray, it triggers all other radio buttons in different groups to be checked as well. Since this is a Form Array, the formControlName values for all radio buttons are the same.
Expected behavior
Choosing a radio button in one group within a Form Array should not affect the radio buttons in any other group.
Minimal reproduction of the issue