We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d62c64 commit 0f3ec25Copy full SHA for 0f3ec25
app/code/Magento/Checkout/view/frontend/web/template/billing-address/form.html
@@ -15,8 +15,8 @@
15
<!--/ko-->
16
<!-- ko if: (isCustomerLoggedIn && customerHasAddresses) -->
17
<div class="choice field">
18
- <input type="checkbox" class="checkbox" id="billing-save-in-address-book" data-bind="checked: saveInAddressBook" />
19
- <label class="label" for="billing-save-in-address-book">
+ <input type="checkbox" class="checkbox" data-bind="checked: saveInAddressBook, attr: {id: 'billing-save-in-address-book-' + getCode($parent)}" />
+ <label class="label" data-bind="attr: {for: 'billing-save-in-address-book-' + getCode($parent)}" >
20
<span data-bind="i18n: 'Save in address book'"></span>
21
</label>
22
</div>
0 commit comments