@@ -77,8 +77,8 @@ of checkboxes depending on the ``expanded`` option::
7777 'multiple' => true,
7878 ));
7979
80- If you rely on your option value attribute (e.g. for JavaScript) you need to
81- set ``choice_value ``, otherwise the option values will be mapped to integer
80+ If you rely on your option value attribute (e.g. for JavaScript) you need
81+ to set ``choice_value ``, otherwise the option values will be mapped to integer
8282values::
8383
8484 $builder->add('availability', 'choice', array(
@@ -94,8 +94,8 @@ values::
9494 'multiple' => true,
9595 ));
9696
97- You can also use the ``choice_loader `` option, which can be used to load the
98- list only partially in cases where a fully-loaded list is not necessary.
97+ You can also use the ``choice_loader `` option, which can be used to load
98+ the list only partially in cases where a fully-loaded list is not necessary.
9999
100100.. _forms-reference-choice-tags :
101101
@@ -130,12 +130,14 @@ choices_as_values
130130
131131.. versionadded :: 2.7
132132
133- The ``choices_as_values `` option of ChoiceType was introduced in Symfony 2.7.
133+ The ``choices_as_values `` option of ChoiceType was introduced in Symfony
134+ 2.7.
134135
135- The ``choices_as_values `` option was introduced to ensure backward compatibility with the
136- modified handling of the ``choices `` optio. Being set to ``false `` the choices array
137- will be read as values mapping the keys. Setting the option to ``true `` will enable the new
138- handling of the choices mapping keys to values.
136+ The ``choices_as_values `` option was introduced to ensure backward compatibility
137+ with the modified handling of the ``choices `` optio. Being set to ``false ``
138+ the choices array will be read as values mapping the keys. Setting the option
139+ to ``true `` will enable the new handling of the choices mapping keys to
140+ values.
139141
140142* Before 2.7::
141143
@@ -159,9 +161,9 @@ handling of the choices mapping keys to values.
159161
160162.. caution ::
161163
162- The ``choices_as_values `` option will be removed in Symfony 3.0, where
163- the choices will be passed in the values of the ``choices `` option by
164- default.
164+ The ``choices_as_values `` option will be removed in Symfony 3.0,
165+ where the choices will be passed in the values of the ``choices ``
166+ option by default.
165167
166168choice_list
167169~~~~~~~~~~~
@@ -210,10 +212,11 @@ choice_loader
210212
211213.. versionadded :: 2.7
212214
213- The ``choice_loader `` option of ChoiceType was introduced in Symfony 2.7.
215+ The ``choice_loader `` option of ChoiceType was introduced in Symfony
216+ 2.7.
214217
215- The choice loader can be used to load the list only partially in cases where a
216- fully-loaded list is not necessary.
218+ The choice loader can be used to load the list only partially in cases where
219+ a fully-loaded list is not necessary.
217220
218221**type **: :class: `Symfony\\ Component\\ Form\\ ChoiceList\\ Loader\\ ChoiceLoaderInterface `
219222
0 commit comments