neilime / zf2-twb-bundle

Zend Framework module for easy integration of Twitter Bootstrap
http://neilime.github.io/zf2-twb-bundle/
MIT License
143 stars 94 forks source link

can you update the demo site to document inline-checkbox #160

Closed srayner closed 7 years ago

srayner commented 8 years ago

There is an option for inline on the multicheckbox view helper but it's not documented on the demo site?

neilime commented 8 years ago

The demo site shows how to deals with inline multicheckbox : http://neilime.github.io/zf2-twb-bundle/demo.html#supported-form

srayner commented 8 years ago

Sorry, my original comment was not clear enough. It's been a while since I looked at this but I think the demo code is incorrect. You have to specify 'class' => 'inline-checkbox', your demo code does not include this.

neilime commented 7 years ago

When you set the option inline to true, the class checkbox-inline (or radio-inline for radio buttons) is automatically set by the helper