Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 524 Bytes

toggle a div by checkboxes.md

File metadata and controls

13 lines (9 loc) · 524 Bytes

I am looking around how top toggle a div by using a checkbox.

This made my day: http://stackoverflow.com/questions/29214210/bootstrap-show-and-hide-a-id-with-a-checkbox

And making checkboxes looking nice there are several good solutions available. e.g.: https://github.com/Bttstrp/bootstrap-switch

another solution I found: http://stackoverflow.com/questions/15697823/jquery-toggle-input-when-checkbox-is-checked / http://jsfiddle.net/aaTq3/

And this one seems the right one :-) : http://codepen.io/ibanez182/pen/WxKABq