13 lines
328 B
HTML
13 lines
328 B
HTML
<md-checkbox
|
|
aria-label="::$ctrl.label"
|
|
md-indeterminate="$ctrl.isIntermediate"
|
|
ng-disabled="::$ctrl.disabled"
|
|
ng-checked="$ctrl.isChecked"
|
|
ng-model="$ctrl.model">
|
|
<span translate>{{::$ctrl.label}}</span>
|
|
</md-checkbox>
|
|
<i class="material-icons"
|
|
ng-if="::$ctrl.hasInfo"
|
|
vn-tooltip="{{::$ctrl.info}}">
|
|
info_outline
|
|
</i> |