Pārlūkot izejas kodu

Add doc for boolean type

Michel Salib 12 gadi atpakaļ
vecāks
revīzija
db775e8779
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      Resources/doc/reference/form_types.rst

+ 4 - 0
Resources/doc/reference/form_types.rst

@@ -294,6 +294,10 @@ sonata_type_boolean
 The ``boolean`` type is a specialized ``ChoiceType`` where the choices list is
 The ``boolean`` type is a specialized ``ChoiceType`` where the choices list is
 locked to 'yes' and 'no'.
 locked to 'yes' and 'no'.
 
 
+Note that for backward compatibility reasons, it will set your value to '1' for 'yes' and to '2' for 'no'.
+If you want to map to a boolean value, just set the option ``transform`` to true. For instance, you need
+to do so when mapping to a doctrine boolean.
+
 
 
 sonata_type_translatable_choice
 sonata_type_translatable_choice
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^