Index: typo3/sysext/form/Resources/Private/Frontend/Partials/SummaryPage.html
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/typo3/sysext/form/Resources/Private/Frontend/Partials/SummaryPage.html b/typo3/sysext/form/Resources/Private/Frontend/Partials/SummaryPage.html
--- a/typo3/sysext/form/Resources/Private/Frontend/Partials/SummaryPage.html	(revision 66df570a4fa6d9df6d108246dca43a1aa371d463)
+++ b/typo3/sysext/form/Resources/Private/Frontend/Partials/SummaryPage.html	(date 1739183915469)
@@ -13,7 +13,16 @@
                                 <td colspan="2"><b>{formvh:translateElementProperty(element: formValue.element, property: 'label')}</b></td>
                             </f:then>
                             <f:else>
-                                <td class="summary-table-first-col">{formvh:translateElementProperty(element: formValue.element, property: 'label')}</td>
+                                <td class="summary-table-first-col">
+                                    <f:if condition="{formValue.element.type} == 'LinkedCheckbox'">
+                                        <f:then>
+                                            <f:format.html>{formvh:translateElementProperty(element: formValue.element, property: 'label')}</f:format.html>
+                                        </f:then>
+                                        <f:else>
+                                            {formvh:translateElementProperty(element: formValue.element, property: 'label')}
+                                        </f:else>
+                                    </f:if>
+                                </td>
                                 <td>
                                     <f:if condition="{formValue.value}">
                                         <f:then>
