Search
CheckBoxComponent.isChecked Method
See Also
 

Gets a value indicating whether the check box is checked.

Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components

 Syntax

Java  Copy Code

public boolean isChecked ()

 Return Value

true if the box is checked, or false otherwise.

 See Also