taborlab / Iris

The Light Program Interface
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Change checkboxes to buttons #144

Closed BrianLandry closed 9 years ago

BrianLandry commented 9 years ago

Any reason not to just make them buttons that change text/appearence?

felixekn commented 9 years ago

Not sure I know what you mean by this since the checkboxes are buttons that change their appearance when clicked.

BrianLandry commented 9 years ago

Eh, this is probably unnecessary. A related fix though is that clicking on the text should toggle the check box. This is accomplished via the "for" tag in the label element, however the for tag has to point to an id, where right now everything is classes. You probably would know the best way to give those elements an id to link to.

On Wed, May 6, 2015, 12:28 PM felixekn notifications@github.com wrote:

Not sure I know what you mean by this since the checkboxes are buttons that change their appearance when clicked.

— Reply to this email directly or view it on GitHub https://github.com/rice-bioe/LPI/issues/144#issuecomment-99544615.