File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,16 @@ These options inherit from the :doc:`ChoiceType </reference/forms/types/choice>`
236
236
237
237
.. include :: /reference/forms/types/options/group_by.rst.inc
238
238
239
- .. include :: /reference/forms/types/options/multiple.rst.inc
239
+ ``multiple ``
240
+ ~~~~~~~~~~~~
241
+
242
+ **type **: ``boolean `` **default **: ``false ``
243
+
244
+ If true, the user will be able to select multiple options (as opposed
245
+ to choosing just one option). Depending on the value of the ``expanded ``
246
+ option, this will render either a select tag or checkboxes if true and
247
+ a select tag or radio buttons if false. The returned value will be a
248
+ Doctrine's Array Collection.
240
249
241
250
.. note ::
242
251
Original file line number Diff line number Diff line change 6
6
If true, the user will be able to select multiple options (as opposed
7
7
to choosing just one option). Depending on the value of the ` ` expanded` `
8
8
option, this will render either a select tag or checkboxes if true and
9
- a select tag or radio buttons if false. The returned value will be a
10
- Doctrine' s Array Collection.
9
+ a select tag or radio buttons if false. The returned value will be an array.
You can’t perform that action at this time.
0 commit comments