Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-ui/view/base/web/templates/form/element/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-ui/view/base/web/templates/form/element/radio.html

<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<div class="admin__field admin__field-option">
    <input type="radio"
           class="admin__control-radio"
           data-bind="checkedValue: value, checked: checked"
           ko-disable="disabled"
           hasFocus="focused"
           attr="id: uid, name: inputName"/>

    <label class="admin__field-label" text="label" attr="for: uid"></label>

    <div class="admin__field-note"
         if="notice"
         attr="id: noticeId">
        <span text="notice"></span>
    </div>
</div>