Boolean toggle via [(ngModel)].
Boolean toggle via [formControl].
Same form contract as 'checkbox'; only the visual differs.
Checkbox-style button-toggle (standalone, single boolean).
string[] form value. The group's [name] wins; per-instance [name] on the children is ignored.
Same shape via [formControl] bound on the group element.
Each <tr> holds one checkbox. The group lives on <tbody> and each child uses [group]="g" for explicit wiring.
| Label | |
|---|---|
| Row 1 | |
| Row 2 | |
| Row 3 |