- Issue created by @nm63282
- 🇺🇸United States dcam
Patches are no longer tested by the Drupal.org infrastructure. Please resubmit the changes as a merge request.
- Merge request !32Issue #3540315: Defaults on Form Checkbox and Radio Elements → (Open) created by Unnamed author
- 🇮🇳India anirudhsingh19
The patch applied cleanly. Confirmed that changes are working.
- 🇮🇳India vinodhini.e chennai
Hi, Steps to Reproduce
Installed this module on Drupal 11.2.3.
Checked /admin/appearance/styleguide.In the Form elements section, observe that:
Radio buttons have multiple options, but none are selected by default.
Checkboxes have multiple options, but none are selected by default.After applying the Merge #32, one radio button and one checkbox option are selected by default. Its working fine. Thanks.