Difference between revisions of "Input checkbox with hidden span"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | <div tabindex="-1" | ||
<div> | <div> | ||
<label for="terms2"><input id="terms2" name="checkbox2" type="checkbox" aria-required="true"> | <label for="terms2"><input id="terms2" name="checkbox2" type="checkbox" aria-required="true"> | ||
− | <span aria-hidden="true"></ | + | <span aria-hidden="true"></span>I agree with the Terms & Conditions. |
</label></div> | </label></div> | ||
<label><input type="checkbox" > | <label><input type="checkbox" > | ||
+ | </div> | ||
</html> | </html> |
Latest revision as of 22:58, 22 March 2022