core/list-group/__test__/list-item-radio-ng-model.component.ts
list-item-radio-ng-model
<c8y-list-item-radio [(ngModel)]="value" [disabled]="disabled" [value]="'firstValue'"></c8y-list-item-radio> <c8y-list-item-radio [(ngModel)]="value" [disabled]="disabled" [value]="'secondValue'"></c8y-list-item-radio>
false