I am currently working on incorporating an HTML 5 required
checkbox into a form:
<p>
<input class="checkbox" type="checkbox" required name="terms"> By submitting you agree to the processing of your data for the purpose of processing your request/booking.
<br>
<a href="/en/datenschutz.php" target="_blank">
<u>Privacy Policy</u>
</a>
</p>
The checkbox is not displaying correctly in one particular browser. This issue has not arisen with other websites I have worked on, and this specific site is using Bootstrap v2.2.2.
In my research, I came across some potential solutions involving labels, but unfortunately none of them resolved the issue.