Difference between revisions of "Input checkbox with hidden span"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
<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><span>I agree with the Terms | + | <span aria-hidden="true"></span><span>I agree with the Terms and Conditions. |
</label></div> | </label></div> | ||
<label><input type="checkbox" > | <label><input type="checkbox" > | ||
</html> | </html> |
Revision as of 22:46, 22 March 2022