Answers for "angular radio box already showing checked"

0

angular radio box already showing checked

<label>This rule is true if:</label>
<label class="form-check-inline">
    <input class="form-check-input" type="radio" name="mode" [value]="true" [(ngModel)]="rule.mode">
</label>
<label class="form-check-inline">
    <input class="form-check-input" type="radio" name="mode" [value]="false" [(ngModel)]="rule.mode">
</label>
Posted by: Guest on September-26-2020

Code answers related to "angular radio box already showing checked"

Code answers related to "Javascript"

Browse Popular Code Answers by Language