- Issue created by @damienmckenna
- πΊπΈUnited States damienmckenna NH, USA
In my local testing this is working better than the current 3.0.0 branch - checkboxes float correctly beside the labels, labels don't wrap underneath the checkbox, etc.
Several classes are missing from the standard output of the checkbox widget:
This would be a simpler approach to resolving π Render using theme input and select instead of lists with links for checkboxes and dropdown Needs review and might be a step in the right direction while waiting for the bigger fix to be finished.
Compare the final output of the JS-powered checkbox widget with a regular checkbox field - several classes are missing.
Add the standard Drupal classes to the checkbox widget output.
Provide a working MR.
Checkboxes from the checkbox widget will pick up the standard CSS for regular FormAPI checkbox.
n/a
n/a
Active
3.0
User interface
In my local testing this is working better than the current 3.0.0 branch - checkboxes float correctly beside the labels, labels don't wrap underneath the checkbox, etc.