If i click on test, only test1 is selecting remaining not selected
any one please give the solution when i click on test all checkboxes need to selected.
window -title “test win” Test;
window -e -wh 250 500 -rtf true Test;
frameLayout -l “Layers” -cll 1 -cl 1 -bs “etchedIn”;
columnLayout -adj 1;
checkBox -l “Test” -cc “checkBox -e -v (checkBox -q -v b) bgg” a;
checkBox -l “Test1” -v (checkBox -q -v a) b;
checkBox -l “Test2” -v (checkBox -q -v a) c;
checkBox -l “Test3” d;
button -l “Generate” -c “layer”;
showWindow Test;