Or in the case of checkboxes with many options to choose from, it would be ideal to have an option to them show in columns. You can pick multiple, so a dropdown wouldn’t work.
This is a great solution, although the alignment of the list items is a bit messed up (I can probably fix this with more css though).
Would there be a way to do both alignment types within the same form?
I can see that ul tags have some sort of reference to the label field so maybe that is a way?
Somehow the first item of each group is weirdly misaligned but I will figure it out. Might have to do with ACSS or some other weird thing that is interfering here. But this works fine:
This additional CSS helps keep a singular checkbox field (like a confirmation at the end of a form) to stretch over the entire width of the grid, since the above CSS would make it occupy only the first grid column. Maybe that’s useful for someone else as well.
Specifically, targetting the individual types of fields with [role=“radiogroup”] / [role=“group”] doesn’t work anymore. So I’m back to only being able to target all types of ul.options-wrapper lumped together. Something must have changed.