From 3a0dc3c0e8dd43df66b4ac59ec27dfdf419b4a49 Mon Sep 17 00:00:00 2001 From: Al Bunch Date: Sun, 6 Jun 2021 19:48:09 -0500 Subject: [PATCH] Update bootstrap5.rst Apply input-group class to a TextType field instead of a CheckboxType field --- form/bootstrap5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form/bootstrap5.rst b/form/bootstrap5.rst index 3608b20f562..db18cd668c6 100644 --- a/form/bootstrap5.rst +++ b/form/bootstrap5.rst @@ -187,7 +187,7 @@ class to the ``row_attr`` option. .. code-block:: php - $builder->add('email', CheckboxType::class, [ + $builder->add('email', TextType::class, [ 'label' => '@', 'row_attr' => [ 'class' => 'input-group',