I'm working with a dynamically generated form element that can only be styled using CSS. I need help achieving a specific layout without making any HTML changes, except for the classes. The "element" and "formField" classes are common and cannot be modified.
The layout I require is a two-column label-checkbox setup, with items 0 and 1 in one column, and items 2 and 3 in another column. As you can see from the code snippet provided, there are four label-checkbox pairs that need to be arranged in this manner.
While I understand the preference for removing tables, I currently lack the time to rebuild the entire site. Kindly assist me in styling the existing structure as described.