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

Making the checkboxes clickable? #261

Open
anthonyyoussef01 opened this issue Mar 20, 2024 · 0 comments
Open

Making the checkboxes clickable? #261

anthonyyoussef01 opened this issue Mar 20, 2024 · 0 comments

Comments

@anthonyyoussef01
Copy link

Love this! I think it would be very useful to make the checkboxes clickable/checkable. I could also make a PR for saving the checkbox's last state as a cookie (let me know if that would be helpful/necessary).

[UI Suggestion incoming]

This is also just me, but I feel that switching the circles under the Key Questions to boxes would be helpful as circles give off the feeling that they are radio buttons (not checkboxes), giving off the feeling that you should only answer 1 of these questions. I think switching them to either similar checkboxes or filled in circles that look more like bullet points (rather than radio buttons) would be instrumental.

Here is the code for clickable checkboxes:

[type=checkbox]:after {
  content: attr(value);
  margin: -3px 15px;
  vertical-align: top;
  white-space: nowrap;
  display: inline-block;
}
<input type="checkbox" value="My checkbox label value" />
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