Search
CheckBoxComponent.setIsChecked Method
See Also
 

Sets a value indicating whether the check box is checked.

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

 Syntax

Java  Copy Code

public void setIsChecked (
    boolean value
)

 Parameters

value

true if the box is checked, or false otherwise.

 See Also