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.
1 parent 943fb33 commit 745df9aCopy full SHA for 745df9a
app/code/Magento/CheckoutAgreements/view/frontend/web/template/checkout/checkout-agreements.html
@@ -8,7 +8,7 @@
8
<div class="checkout-agreements fieldset" data-bind="visible: isVisible">
9
<!-- ko foreach: agreements -->
10
<!-- ko if: ($parent.isAgreementRequired($data)) -->
11
- <div class="checkout-agreement field required">
+ <div class="checkout-agreement field choice required">
12
<input type="checkbox" class="required-entry"
13
data-bind="attr: {
14
'id': $parent.getCheckboxId($parentContext, agreementId),
0 commit comments