Add documentation for `item_wrap_tag` used with `boolean_style` set to

`:nested`.
This commit is contained in:
Lauro Caetano 2014-04-03 16:46:05 -03:00
parent 6c2aecfba9
commit 6e35bec1dc
1 changed files with 1 additions and 0 deletions

View File

@ -264,6 +264,7 @@ end
```
For check boxes and radio buttons you can remove the label changing `boolean_style` from default value `:nested` to `:inline`.
Also, `item_wrap_tag` will not work when `boolean_style` is set to `:nested`.
Example: