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 76d8725 + 32db2d4 commit f8c9513Copy full SHA for f8c9513
app/code/Magento/Checkout/view/frontend/web/template/billing-address/form.html
@@ -16,8 +16,8 @@
16
<!--/ko-->
17
<!-- ko if: (isCustomerLoggedIn && customerHasAddresses) -->
18
<div class="choice field">
19
- <input type="checkbox" class="checkbox" id="billing-save-in-address-book" data-bind="checked: saveInAddressBook" />
20
- <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)}" >
21
<span data-bind="i18n: 'Save in address book'"></span>
22
</label>
23
</div>
0 commit comments