Skip to content

Making the checkboxes clickable? #261

@anthonyyoussef01

Description

@anthonyyoussef01

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" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions