I have the following code:
<input
type="checkbox" ng-checked="false"
ng-model="query"
ng-checked="loadValues(column.field)" />
Every time I give the checkbox, it calls the method, but I just want it to call when it is checked = true