diff --git a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/CheckboxEditor.html b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/CheckboxEditor.html index 06d78491d9a086119663cb91f4db57f326131a20..130c14c9727b11662c81e00bc9059af37b5226c2 100644 --- a/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/CheckboxEditor.html +++ b/typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Inspector/CheckboxEditor.html @@ -1,9 +1,10 @@ <html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" xmlns:formvh="http://typo3.org/ns/TYPO3/CMS/Form/ViewHelpers" data-namespace-typo3-fluid="true"> <div class="form-editor"> <div class="t3-form-control-group form-group"> - <label class="form-label t3js-formengine-label data-random-id data-random-id-attribute="for" data-random-id-number="1"> + <label class="form-label t3js-formengine-label" data-random-id data-random-id-attribute="for" data-random-id-number="1"> <span data-template-property="label"></span> </label> + <div data-template-property="fieldExplanationText" class="form-description"></div> <div class="form-check form-switch" data-identifier="inspectorEditorControlsWrapper"> <input class="form-check-input" data-random-id data-random-id-attribute="id" data-random-id-number="1" type="checkbox" /> <label class="form-check-label" data-random-id data-random-id-attribute="for" data-random-id-number="1"></label>