weavejester / hiccup

Fast library for rendering HTML in Clojure
http://weavejester.github.io/hiccup
Eclipse Public License 1.0
2.68k stars 174 forks source link

Support body for label #113

Open trieloff opened 9 years ago

trieloff commented 9 years ago

When working with checkboxes, it is advisable to put the input tag inside the label element, which is only possible in Hiccup if passing a body to the label function is possible.