Answer the question
In order to leave comments, you need to log in
How to add listener on CheckBoxGroup?
CheckboxGroup checkboxGroup=new CheckboxGroup();
Checkbox checkbox1=new Checkbox("-1 ",checkboxGroup,true);
Checkbox checkbox2=new Checkbox("-2 ",checkboxGroup, false);
Checkbox checkbox3=new Checkbox("-3 ",checkboxGroup, false);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question