DhCheckBox.setChecked

Overview | Methods | This Package | All Packages

DhCheckBox.setChecked

Sets the checked state of the check box.

Syntax

public void setChecked( boolean fChecked )

Parameters

fChecked

Set to true for a selected box; set to false for a cleared box.

See Also   getChecked