You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2022. It is now read-only.
On a fresh install of 7.x-2.20 if you add a checkbox field to a content type there is no visible option under 'Default value'. If you then try to create a node with this content type the checkbox field will not be a visible option on the form (although the help text will be visible). In both cases the checkbox exists but has an opacity of 0 set by line 157 of shiny.css. There is a patch available for the Shiny theme discussed here: https://www.drupal.org/project/shiny/issues/2647644 that addresses this issue.