Установите значение переключателя логическое с помощью angular ioni c
I want to value of selected radio button in boolean If selected then return true otherwise false return
<ng-container matColumnDef="primary">
<th mat-header-cell *matHeaderCellDef></th>
<td mat-cell *matCellDef="let row">
<mat-radio-group [(ngModel)]="row" [ngModelOptions]="{standalone: true}" >
<mat-radio-button [value]=primary></mat-radio-button>
</mat-radio-group>
</td>
</ng-container>