vintasoftware / django-apps-checklist

Useful checklist for build great Django apps. Feel free to contribute!
https://devchecklists.com/django-apps-checklist
104 stars 9 forks source link

Checkbox are not intuitive #7

Closed frenetic closed 5 years ago

frenetic commented 7 years ago

The first time I visited the project, I thought the checkbox were CSS bullets for list items. Since the entire page is "Django Green", my mind assimilated those white boxes as bullets.

Today I visited the site again and realized those were checkboxes - and the entire site made much more sense to me.

I'd like to suggest we change those checkboxes for bigger ones - so it wont look like bullets. Or to replace for something entirely different, like "iPhone switches" (http://abpetkov.github.io/switchery/)

felipefarias commented 7 years ago

Hi @frenetic!

You are right, the checkboxes are too small. It looks like bullets. I'm gonna make a PR with this improve.

Thanks!