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

Check/uncheck checkbox when clicking on the label text #5257

Open
scootergrisen opened this issue Jan 21, 2025 · 0 comments
Open

Check/uncheck checkbox when clicking on the label text #5257

scootergrisen opened this issue Jan 21, 2025 · 0 comments

Comments

@scootergrisen
Copy link
Contributor

In settings when I click a checkbox I can check/uncheck the checkmark as expected for that settings.

But when I click the label next to the checkbox nothing happens.

I would like the checkbox to also be checked/unchecked when I click the label text.

I tried adding for="show-login" to the label element but that didn't seem to work.

<div layout="horizontal-row" width="100%" height="fit">
<checkbox id="show-login"/>
<spacer width="1%" height="100%" />
<label height="100%" I18N="In the general settings" text="Always show login screen" word_wrap="true"/>
</div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant