Looking for a solution with a series of checkboxes:
<input type="checkbox" ng-change="??????">
I am trying to figure out how to set $scope.mode.someOtherValue = false when the checkbox is checked.
Any ideas on how to extract the checkbox value within the ng-change function to update $scope.mode.someOtherValue?