Uncheck Method (JCheckBox)
Class
JCheckBox
.
Action
Unchecks the check box.
Syntax
C#
checkBox
.
Uncheck
()
VB
checkBox
.
Uncheck
()
Examples
VB
forwardCheckBox.Uncheck
()