AngularJs: How to set radio button checked based on model March 6, 2023 by Tarik Use ng-value instead of value. ng-value="true" Version with ng-checked is worse because of the code duplication.