I want to check a radio button on load of the page, which is also two-way binded. It is only happening when the ngModel is removed.
<input [(ngModel)] = "field.value" name="{{field.label}}" type="radio"
[checked]="option.isDefaultOption=='true'?'true':null"/>