| Current Path : /home/rtorresani/www/vendor/magento/module-ui/view/base/web/templates/form/element/ |
| Current File : //home/rtorresani/www/vendor/magento/module-ui/view/base/web/templates/form/element/checkbox.html |
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<div class="admin__field admin__field-option">
<input type="checkbox"
class="admin__control-checkbox"
ko-checked="$data.checked"
disable="disabled"
ko-value="value"
hasFocus="focused"
attr="id: uid, name: inputName"/>
<label class="admin__field-label" text="description || label" attr="for: uid"></label>
</div>