Overview | Methods | This Package | All Packages
Creates a check box control.
public DhCheckBox()
public DhCheckBox( String strText, boolean fChecked )
Parameters
strText
The text label.
fChecked
The initial checked state of the check box.
Remarks
The default constructor (with no parameters) has neither a label nor a check mark. The constructor with parameters has a right-aligned label by default.