openmct/platform/forms/res/templates/controls/checkbox.html

8 lines
193 B
HTML
Raw Normal View History

<label class="checkbox custom no-text">
<input type="checkbox"
name="mctControl"
ng-model="ngModel[field]"
ng-disabled="ngDisabled">
<em></em>
</label>