salix/front/core/components/multi-check/multi-check.html

5 lines
135 B
HTML
Raw Normal View History

<vn-check
2019-10-09 22:47:29 +00:00
ng-model="$ctrl.checked"
2020-09-01 13:13:33 +00:00
indeterminate="$ctrl.isIndeterminate"
translate-attr="{title: 'Check all'}">
</vn-check>