<input type="checkbox" name="customPermissions[]" ng-model="form.customPermissions.examsList" value="examsList" ng-init="form.customPermissions.examsList=true"> {{phrase.examsList}}
I want to keep checkbox value as checked by default,tried as above but it doesn't work. Thanks in advance.