XF 2.2 4 columns for form/checkboxes

Robert9

Well-known member
Licensed customer
Do we have somewhere an example how to set checkboxes (with yes/no/maybe) = shorts words
in four columns next to each other? I can do this with CSS, yes, but I want to know if there is any official example, please.
 
I tried no the radio;
how we control the display: inline-block?
Can I trigger this with the radiorow or do i need to set css for myself?
 
listclass="listColumns"
listclass="listColumns listColumns--2"
listclass="listColumns listColumns--3"
listclass="listColumns listColumns--4"
 
Last edited:
Back
Top Bottom