mirror of
https://github.com/nasa/openmct.git
synced 2025-01-22 20:38:23 +00:00
8 lines
196 B
HTML
8 lines
196 B
HTML
|
<label class="checkbox custom no-text">
|
||
|
<input type="checkbox"
|
||
|
name="{{name}}"
|
||
|
ng-model="ngModel[name]"
|
||
|
ng-disabled="ngDisabled">
|
||
|
<em> </em>
|
||
|
</label>
|