10000
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 08572c4Copy full SHA for 08572c4
reference/forms/types/options/multiple.rst.inc
@@ -6,4 +6,5 @@
6
If true, the user will be able to select multiple options (as opposed
7
to choosing just one option). Depending on the value of the ``expanded``
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 an array.
+a select tag or radio buttons if false. The returned value will be a
10
+Doctrine's Array Collection.
0 commit comments