I want to put a set of checkboxes on a dashboard, and display panels according to the checked checkboxes.
I have 3 panels, with a attribute.
I want to create one single checkbox input element, with three checkboxes, like:
Display...
[] panel1
[] panel2
[] panel3
And display panel respectively. My problem is, that a checkbox input element can have only 1 token, but I want to have separate token for every checkbox option.
So basically, I want to set a separate token for every choice element in the checkbox panel
↧