8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430f4ef commit 0ad2d2fCopy full SHA for 0ad2d2f
reference/forms/types/entity.rst
@@ -236,7 +236,16 @@ These options inherit from the :doc:`ChoiceType </reference/forms/types/choice>`
236
237
.. include:: /reference/forms/types/options/group_by.rst.inc
238
239
-.. include:: /reference/forms/types/options/multiple.rst.inc
+``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.
249
250
.. note::
251
0 commit comments