-
Notifications
You must be signed in to change notification settings - Fork 363
Open
Description
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
Labels
No labels