showing results for - "angular radio box already showing checked"
Cornelia
26 Apr 2018
1<label>This rule is true if:</label>
2<label class="form-check-inline">
3    <input class="form-check-input" type="radio" name="mode" [value]="true" [(ngModel)]="rule.mode">
4</label>
5<label class="form-check-inline">
6    <input class="form-check-input" type="radio" name="mode" [value]="false" [(ngModel)]="rule.mode">
7</label>
8