Be able to try auto column, wrap, or tree layouts on a CheckboxGroup component.
Issue:
Only the single column layout works. If you select any of the other layouts, nothing changes, even if you play around with other component settings such as fixed vs. auto height or minimum column width.
Steps I've taken to troubleshoot:
Experimented with all available component props; experimented with both manual and mapped datasources
Additional info: (Cloud or Self-hosted, Screenshots)
To troubleshoot the issue, could you please try replicating it in a different browser to rule out any browser-specific compatibility issues?
I've tested the functionality on Cloud Hosted (version 3.196.1) and it appears to be working as expected. I've included some screenshots below for reference.
I believe this will happen when your checkboxes have nested or "child" options.
If your groups have sub-levels then it will default to (and not change from) Tree layout.
If you have a single level of options then wrap/column options etc will function as expected.
I'm not sure how the component would be able to layout in a readable way if there were wrapped checkboxes with nested checkboxes (and each of those can have nested checkboxes too)