I have a model returning in the storeLocations object with a isDefault value. if isDefault returns true, I wan\'t to set that radio button in the group as checked.
N
Use ng-value instead of value.
ng-value
value
ng-value="true"
Version with ng-checked is worse because of the code duplication.
ng-checked