Checkboxes/Radios with description display set to "before" renders description in #prefix

Created on 25 March 2025, 9 days ago

Problem/Motivation

When adding Checkboxes or Radios (or any element in this list ['checkboxes', 'radios', 'webform_entity_checkboxes', 'webform_entity_radios', 'webform_term_checkboxes', 'webform_toggles', 'webform_buttons']) and setting the Description Display to "Before", the description is incorrectly moved to the #prefix of the element, rather than rendered in the expected position.

This behavior appears to stem from legacy workarounds related to Drupal core's past issues with fieldsets β€” issues which were resolved in Drupal core 9.3+.

Steps to reproduce

  1. Add a Checkboxes or Radios element to a Webform.
  2. Add a description and set Description Display to "Before".
  3. Inspect the rendered HTML or #prefix in a hook_form_alter() or in Twig.

Expected: Description is rendered using the standard 'description' key in the render array.
Actual: Description is moved into #prefix, causing layout/markup inconsistencies.

Proposed resolution

Remove or revise the workaround in \Drupal\webform\Plugin\WebformElement\OptionsBase::prepare() β€” specifically lines 158–195, which override the description display logic and inject it into the #prefix.

This logic was originally intended to work around Drupal core limitations, but is no longer necessary since Drupal 9.3.

Needs some extra testing for tooltip & invisible cases.

πŸ› Bug report
Status

Active

Version

6.2

Component

Code

Created by

πŸ‡¬πŸ‡·Greece gbotis

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024