SyntaxFix
Write A Post
Hire A Developer
Questions
IF you want to derive usg Boolean true False need to add "[]" around value
<form [formGroup]="form"> <input type="radio" [value]=true formControlName="gender" >Male <input type="radio" [value]=false formControlName="gender">Female </form>