File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -20,28 +20,32 @@ you should just use the ``choice`` type directly.
2020+-------------+------------------------------------------------------------------------+
2121| Rendered as | can be various tags (see :ref: `forms-reference-choice-tags `) |
2222+-------------+------------------------------------------------------------------------+
23- | Options | - ``multiple `` |
24- | | - ``expanded `` |
23+ | Inherited | - ``multiple `` |
24+ | options | - ``expanded `` |
2525| | - ``preferred_choices `` |
2626| | - ``required `` |
2727| | - ``label `` |
2828| | - ``read_only `` |
2929| | - ``error_bubbling `` |
3030+-------------+------------------------------------------------------------------------+
31- | Parent type | :doc: `choice</reference/forms/types/choice> ` |
31+ | Parent type | :doc: `choice</reference/forms/types/choice> `, field |
3232+-------------+------------------------------------------------------------------------+
3333| Class | :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ Type\\ TimezoneType ` |
3434+-------------+------------------------------------------------------------------------+
3535
36- Options
37- -------
36+ Inherited options
37+ -----------------
38+
39+ These options inherit from the parent ``choiceType `` class:
3840
3941.. include :: /reference/forms/types/options/multiple.rst.inc
4042
4143.. include :: /reference/forms/types/options/expanded.rst.inc
4244
4345.. include :: /reference/forms/types/options/preferred_choices.rst.inc
4446
47+ These options inherit from the parent ``fieldType `` class:
48+
4549.. include :: /reference/forms/types/options/required.rst.inc
4650
4751.. include :: /reference/forms/types/options/label.rst.inc
You can’t perform that action at this time.
0 commit comments