You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Salut !
En comparant avec la version anglaise
http://symfony.com/doc/master/reference/forms/types/checkbox.html on remarque que l'option checked n'existe pas (plus?).
Je viens de tester le code suivant
$builder->add('_remember_me', 'checkbox',
array(
'checked' => true,
)
)
Et effectivement, Symfony me renvoie une erreur:
The option "checked" does not exist.
0 commit comments