I can't see the checkboxes

Created on 12 April 2022, over 2 years ago
Updated 24 March 2023, over 1 year ago

Problem/Motivation

I have two boolean fields, they render as checkbox, but I can't see them:

But if I uncheck these properties then I can see the checkboxes:

Also with the Regions and Preview buttons:

Properties unchecked:

πŸ› Bug report
Status

Postponed: needs info

Version

1.0

Component

User interface

Created by

πŸ‡ΊπŸ‡ΎUruguay rpayanm

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

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡¬πŸ‡§United Kingdom aldunchev

    Hi, I have the same issue and I reproduce it with theme that has no template override for input--checkbox.html.twig. If a theme has such template, then input--checkbox--gin-lb.html.twig is picked up. I think this is due to missing original suggestion, cause template is not override in the default theme, which is loaded when you edit in layout builder.

    Maybe this code is related in gin_lb.module:

    if (empty($suggestions) && !empty($variables['theme_hook_original'])) {
          $suggestions = [$variables['theme_hook_original']];
        }
    

    However I cannot tell that this is an issue of the module of the Drupal theming system.

Production build 0.71.5 2024