LyubomirT / lookaround

Lookaround is a website-based neat tool to help you see your image in a 360-degree panorama-like view, also giving you useful customization opportunities. Get the best results with minimal effort!

Home Page:https://lookaround-d1a8a825efef.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use toggles instead of checkboxes

LyubomirT opened this issue · comments

Currently, in the settings panel, checkboxes are used (because they're how the browsers render them by default). It could be better to use stylized toggles (gray->green) for those as that makes the overall design seem more consistent.

Can I work on that and do I have to only change the HTML code or should change the logic too?

Sure, I'll assign the issue to you. I believe that you will need both HTML/CSS, with, optionally, a little bit of JS. As far as I know, this can be done using an HTML container (<span> in a <label> along with an input (checkbox) element, with a couple CSS rulesets, but I'm open to your suggestions.

Whatever you choose, thank you for considering to contribute to this project!