- π¬π§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.