string form value via [bsRadioGroup] + [(ngModel)]. <bs-radio> has no [name] input — the group owns it.
Same shape via [formControl] on the group element.
type="toggle_button"Radio-style button toggles (single-select among visually-button-styled options).
Each <tr> holds one radio. The group lives on <tbody> and each child uses [group]="g" for explicit wiring.
| Label | |
|---|---|
| Row 1 | |
| Row 2 | |
| Row 3 |