I have seen that the LO writer allows to create sections and they can be hidden with a given condition, each section uses at least one line (row), I would like to know if there is a way to have more than one section in one single line.
What it is intended is to have horizontal sections (instead of vertical) that can get hidden.
The idea is to have different checkbox list in the same line, for example:
In this example if female is checked, then male should be hidden. If AAA is checked, then BBB should be hidden. And so on… Another expected behavior is to autoadjust the position of the elements, like this second image:
I was thinking about having each checkbox inside a section and it will be hidden according to the specific condition, but if I try to do it, I got a line for each section, resulting in having my lists vertically and not horizontally.
Is there a way to achieve my goal?
Thanks in advance.