I want to list some checkbox on the pano. In html, it can be write as <input type='checkbox' name ='box1'/><input type='checkbox' name='box2'/><input type='checkbox' type='box3'/>
I do not want to use the combo box plug-in. Because it only allows one selected item.