I want to detect if a checkbox has been checked or unchecked when a click is happening on the checkbox.
This is what I have:
The state of the checkbox will be reflected on whatever model you have it bound to, in this case, $scope.answers[item.questID]
$scope.answers[item.questID]