FormFu / HTML-FormFu

HTML Form Creation, Rendering and Validation Framework. Just define the form, and let FormFu do the all heavy lifting.
http://formfu.rocks
34 stars 24 forks source link

Add "label" functionality to checkboxgroup #29

Closed djzort closed 9 years ago

djzort commented 9 years ago

This small change adds simple labels to checkbox groups.

fireartist commented 9 years ago

Hi, Many thanks for contributing - nice to see updates happening! Can I just remind you that anything that changes the generated HTML will also require changes to the TT template files in share/templates/tt/xhtml/ It should ideally be covered in the tests suite, and you can set the ENV variable "HTML_FORMFU_RENDER_METHOD=tt" to make the test suite use the TT files, rather than the internal 'string' method.

djzort commented 9 years ago

indeed, it was a mistake for me to pull it in. i am working on tests now and some other refinements