how to get selected value of radio in reactive form
问题 I am trying to get the selectedValue of the radio button and pass it as true with the radio text. selectedValue to be sent as true if Choice 1 is selected else false. And selectedValue to be sent as true if Choice 2 is selected, else false. I could not set it to true. Was wondering if anyone has done this before? https://stackblitz.com/edit/angular-xfrezb 回答1: First of all, always include the relevant code in your question as code blocks, since links tend to die over time... But as for your