Reputation: 705
here is my design screen i want Programmatically uncheck md-checkbox in AngularJS based on the id. whenever user click close mark(x) than equivalent checkbox need to uncheck
Upvotes: 0
Views: 1093
Reputation: 1316
If you use ng-model you can just set the property to false.
Upvotes: 1