In Angular one checkbox <input type="checkbox" ng-model="..."> is linked ","with one model. But in practice we usually want one model to store array of checked values ","from several checkboxes.