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 Mar 17, 2026. It is now read-only.
After updating to castlecss-forms 1.0.12, checkboxes and radiobuttons are not clickable anymore when they hold a [for] attribute (on the label element). This is due to the presence of 'pointer-events: none' on the element. A possible fix could be to check if the label element has a class of '.input-control' and not apply the above style rule if this is the case (...:not:(.input-control)....).
After updating to castlecss-forms 1.0.12, checkboxes and radiobuttons are not clickable anymore when they hold a [for] attribute (on the label element). This is due to the presence of 'pointer-events: none' on the element. A possible fix could be to check if the label element has a class of '.input-control' and not apply the above style rule if this is the case (...:not:(.input-control)....).