Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions form/bootstrap5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ Due to Bootstrap internals, the label is already rendered by ``form_widget()``.
Inline Checkboxes and Radios
----------------------------

If you want to render your checkboxes or radios fields `inline`_, you can add
the ``checkbox-inline`` or ``radio-inline`` class, depending of your Symfony
Form type or ``ChoiceType`` configuration, to the label class.
If you want to render your checkbox or radio fields `inline`_, you can add
the ``checkbox-inline`` or ``radio-inline`` class (depending on your Symfony
Form type or ``ChoiceType`` configuration) to the label class.

.. configuration-block::

Expand Down