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
Ended up just using the built-in angular attribute ng-checked="model"
ng-checked="model"