Question: Get List from Checkbox

Hi, 

in my programm I've got a maplet with 6 CheckBoxes, but I can't manage to get the true/false-values in a list to use them. I think I should define a list, I tried:

 

BoxRow(...

   GridLayout([

      [CheckBox['CB1](), "Box1"],

      ....for all 6 boxes...

])),

lstW:=['CB1','CB2',...for all 6 boxes];

 

But all I get is: Error, `:=`unexpected. 

My goal is to us the true/false values to define what elements of another list should be changed. 

I hope you understand my question, I'm german! Thank you very much for your help!

Andrea

 

 

Please Wait...