mirror of
https://github.com/nasa/openmct.git
synced 2025-03-03 21:00:51 +00:00
Bring in previous work on the forms component; this includes transitioned versions of specific form elements, and the mct-form direction which generates these. WTD-530
6 lines
176 B
HTML
6 lines
176 B
HTML
<div ng-controller="LayoutFormController">
|
|
<label class="checkbox custom no-text">
|
|
<input type="checkbox" ng-model="data.formValue[id]">
|
|
<em> </em>
|
|
</label>
|
|
</div> |