You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you put a multiselect element with 8-or-less options/forced as a checkbox into a Table layout, you get an error - presumably as it tries to make a label for itself?
Wrapping the offending lines in "if (label)" seems to work but I thought you might want to knock-up a better solution because I'm probably missing something?