Microsoft SDK for Java

CheckBox Class

Encapsulates a Windows check box control, which is a labeled box that is checked or unchecked to turn an option on or off.

com.ms.wfc.core.Component.html">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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.