- Issue created by @steveoriol
tanushree gupta โ made their first commit to this issueโs fork.
The size of the checkboxes is correct, but the design is breaking. I am attaching a screenshot for reference.
Update the checkbox field in the form.
Here is the MR: https://git.drupalcode.org/project/ui_suite_daisyui/-/merge_requests/47
I am attaching screenshot for the reference.- ๐ฎ๐ณIndia divyansh.gupta Jaipur
Hello @tanushree gupta,
There are merge conflicts in MR-47,
Please resolve. - Status changed to Needs work
10 days ago 3:08am 11 January 2025 - First commit to issue fork.
- ๐บ๐ธUnited States mortona2k Seattle
I rebased and made some adjustments.
I removed the wrapper for checkbox/radios. It's already rendered with {{ label }}, and that has for="ID".
Also the markup from the daisyui component library doesn't account for the description as another element that we were printing in the .
I adjusted the custom css to account for it, but I think we need some guidelines on how to implement things.
Should we only be using tailwind classes in templates?
I like to use @apply with postcss so we still get the same token utilities in css.
- ๐บ๐ธUnited States mortona2k Seattle
There is also a toggle component, not sure when we'd want that vs checkbox.
https://daisyui.com/components/toggle/