Skip to content

Commit

Permalink
fix: (CXSPA-9053) Checkbox Incorrect reading.
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavSukhanov committed Jan 16, 2025
1 parent b15d924 commit b03ea4f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
class="scaled-input form-check-input"
required="true"
type="checkbox"
[attr.aria-invalid]="
checkoutSubmitForm.get('termsAndConditions')?.touched &&
checkoutSubmitForm.get('termsAndConditions')?.invalid
"
/>
<span class="form-check-label">
{{ 'checkoutReview.confirmThatRead' | cxTranslate }}
Expand Down

0 comments on commit b03ea4f

Please sign in to comment.