Button.groupSourceA group is used to share a state among several checkbuttons, so they act as radio buttons (only one can be active at the same time).
inherit Stk.Object.omethod add : Stk.Widget.widget -> unitAdds a widget to the group. The widget becomes active if it is the first in the group.
method remove : Stk.Widget.widget -> unitRemoves a widget to the group. If the widget was active, the first of the remaining widgets become active.
method set_active : Stk.Widget.widget -> unitSets the active widget.