Skip to content

Commit 745df9a

Browse files
Karlasaamol2jcommerce
authored andcommitted
add choice class
1 parent 943fb33 commit 745df9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CheckoutAgreements/view/frontend/web/template/checkout/checkout-agreements.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="checkout-agreements fieldset" data-bind="visible: isVisible">
99
<!-- ko foreach: agreements -->
1010
<!-- ko if: ($parent.isAgreementRequired($data)) -->
11-
<div class="checkout-agreement field required">
11+
<div class="checkout-agreement field choice required">
1212
<input type="checkbox" class="required-entry"
1313
data-bind="attr: {
1414
'id': $parent.getCheckboxId($parentContext, agreementId),

0 commit comments

Comments
 (0)