File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -241,10 +241,10 @@ These options inherit from the :doc:`ChoiceType </reference/forms/types/choice>`
241
241
242
242
**type **: ``boolean `` **default **: ``false ``
243
243
244
- If true, the user will be able to select multiple options (as opposed
244
+ If `` true `` , the user will be able to select multiple options (as opposed
245
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
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
248
Doctrine's Array Collection.
249
249
250
250
.. note ::
You can’t perform that action at this time.
0 commit comments