I got a form with 2 catagories of checkboxes.
I want to put the first catagorie with 7 divs with checkboxes left andI want to have the second catagory with 3 divs with checkbox inputs right.
I've heard that I can use flexbox or a grid, but whatever I did It didn'twork. I tried to use a grid with 2 colomns, but that doesn't sort thecheckboxes in the two colomns so that did not work for me now. Does anyoneknow how to solve this problem? All the divs have classes to mark whichcatagory they are.