1

I have close to 50 items that can be checkboxed. The list is long. How can I create multiple columns, say 5 columns with 10 items each?

NinjaGaiden
  • 3,046
  • 6
  • 28
  • 49

1 Answers1

1

You would have to make a row with 5 checkbox widgets, each with 10 items. There is no way to split up a single checkbox widget.

bigreddot
  • 33,642
  • 5
  • 69
  • 122