CheckboxGroup.getSelectedCheckbox

CheckboxGroup.getSelectedCheckbox

Class Overview | Class Members | This Package | All Packages

Syntax
public Checkbox getSelectedCheckbox()
Returns
the check box that is currently in the "on" state, or null.
Description
Gets the current choice from this check box group. The current choice is the check box in this group that is currently in the "on" state, or null if all check boxes in the group are off.

See Also
Checkbox, setSelectedCheckbox