Checkbox component is missing drupal classes like "form-checkbox", this class can be used by some modules to target checkboxes. As result we are missing some UI interactions. The class on the input is hardcoded "ecl-checkbox__input" and we can't change it.
Checkbox component is missing drupal classes like "form-checkbox", this class can be used by some modules to target checkboxes. As result we are missing some UI interactions. The class on the input is hardcoded "ecl-checkbox__input" and we can't change it.
It would be great to us the same approach, which is used for a wrapper to allow to extend classes: