8000 Fixes for 2.3 branch by ifdattic · Pull Request #4956 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Fixes for 2.3 branch #4956

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 16 commits into from
Prev Previous commit
Next Next commit
Fix formatting
| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.3
| Fixed tickets |
  • Loading branch information
ifdattic committed Feb 3, 2015
commit bc295acc031bfd7986012d7178c43aafafc0eb7e
4 changes: 2 additions & 2 deletions reference/forms/types/options/expanded.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ expanded

**type**: ``Boolean`` **default**: ``false``

If set to true, radio buttons or checkboxes will be rendered (depending
on the ``multiple`` value). If false, a select element will be rendered.
If set to ``true``, radio buttons or checkboxes will be rendered (depending
on the ``multiple`` value). If ``false``, a ``select`` element will be rendered.
0