<input type="checkbox"
name="checkAllInList"
id="checkAllInList"
aria-label="Toggle account selection"
ng-model="selectAllState"
ng-change="toggleSelectAll()"
indeterminate-state
check-state="getIndeterminateState()">
Back to Directory