Page 1 of 1

CheckBoxGroup Widget

Posted: Thu Apr 12, 2012 10:23
by matt
Hello!

It would be interesting to have a widget like "CheckBoxGroup", or "ToggleButtonGroup", that could handle a group of Checkboxes, so you could choose if they are exclusive or not.
For example if you click one checkbox, the other ones are unselected automatically.
And the "CheckBoxGroup" would send an event giving in Args which Checkbox changed.

Re: CheckBoxGroup Widget

Posted: Fri Apr 20, 2012 08:14
by matt
I answer myself to my query....
RadioButton's already do the jobs! :D