Methods | This Package | All Packages
Encapsulates a Windows check box control, which is a labeled box that is checked or unchecked to turn an option on or off.
Component
|
+--Control
|
+--CheckBox
package com.ms.wfc.ui
public class CheckBox
extends Control
Remarks
Use the getChecked or getCheckState method to determine whether a check box is currently checked. Use the setChecked or setCheckState method to check or uncheck the check box.