Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help text doesn't work on checkboxes #92

Open
awidener3 opened this issue Nov 18, 2024 · 0 comments
Open

Help text doesn't work on checkboxes #92

awidener3 opened this issue Nov 18, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@awidener3
Copy link
Contributor

Add support for help text via a secondary <label> element within the <dd> element.

<dt><label for="blah">Some label</label>
<dd>
  <input type="checkbox" id="blah">
  <label for="blah">Some help text</label> <!-- this overwrites "some label" -->
</dd>
@kethinov kethinov added bug Something isn't working help wanted Extra attention is needed labels Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Development

No branches or pull requests

2 participants