Skip to content

Commit be47b90

Browse files
committed
Fix parent type doc reference
1 parent 22b3d0c commit be47b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/radio.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you want to have a Boolean field, use :doc:`checkbox </reference/forms/types/
2828
| | - `error_mapping`_ |
2929
| | - `mapped`_ |
3030
+-------------+---------------------------------------------------------------------+
31-
| Parent type | :doc:`form </reference/forms/types/checkbox>` |
31+
| Parent type | :doc:`checkbox </reference/forms/types/checkbox>` |
3232
+-------------+---------------------------------------------------------------------+
3333
| Class | :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\RadioType` |
3434
+-------------+---------------------------------------------------------------------+

0 commit comments

Comments
 (0)