Constructors
| Name | Description |
|---|---|
| CheckboxGroup() | Creates a new instance of CheckboxGroup. |
Methods
| Name | Description |
|---|---|
| getCurrent() | Deprecated. |
| getSelectedCheckbox() | Gets the current choice from this check box group. |
| setCurrent(Checkbox) | Deprecated. |
| setSelectedCheckbox(Checkbox) | Sets the currently selected check box in this group to be the specified check box. |
| toString() | Returns a string representation of this check box group, including the value of its current selection. |