Add an option which configures the choice layout for a survey so that it can be modified by survey creators.
@jmar1998 Please set the following code before initialization the survey model:
Survey.settings.showItemsInOrder = "column".
/**
* By default checkbox and radiogroup items are ordered in rows.
* Set it "column", and items will be ordered in columns.
*/
showItemsInOrder: "default",
Add an option which configures the choice layout for a survey so that it can be modified by survey creators.
Survey.settings.showItemsInOrder = "column"
.Thank you, Andrew
Originally posted by @andrewtelnov in https://github.com/surveyjs/survey-library/issues/2868#issuecomment-842294921