Using Angular 17 and reactive form.
There are two controls in the form group and both are radio buttons.
However, when one control is changed, it clears the other controls. However, the value is valid in all controls.
Here is a Stackbliz link with the issue
https://stackblitz.com/edit/angular-radio-buttons-demo-reactive-forms-f3tiep?file=src%2Fapp%2Fapp.component.html