Skip to content

Commit

Permalink
add choice class
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlasa authored Mar 13, 2019
1 parent 92d93f5 commit 46bbdd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="checkout-agreements fieldset" data-bind="visible: isVisible">
<!-- ko foreach: agreements -->
<!-- ko if: ($parent.isAgreementRequired($data)) -->
<div class="checkout-agreement field required">
<div class="checkout-agreement field choice required">
<input type="checkbox" class="required-entry"
data-bind="attr: {
'id': $parent.getCheckboxId($parentContext, agreementId),
Expand Down

0 comments on commit 46bbdd0

Please sign in to comment.