We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e697bc4 + 8581302 commit d5a13f1Copy full SHA for d5a13f1
app/code/Magento/Checkout/view/frontend/web/template/billing-address/form.html
@@ -17,8 +17,8 @@
17
<!--/ko-->
18
<!-- ko if: (isCustomerLoggedIn && customerHasAddresses) -->
19
<div class="choice field">
20
- <input type="checkbox" class="checkbox" id="billing-save-in-address-book" data-bind="checked: saveInAddressBook" />
21
- <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)}" >
22
<span data-bind="i18n: 'Save in address book'"></span>
23
</label>
24
</div>
0 commit comments