Skip to content

CheckBox Class

Represents a Windows CheckBox.

Usage

A CheckBox is typically used as an input, such as true/false or yes/no.

Notable Class Members

Inherits members from the Control Class.

Properties

  • Checked - Gets or set a value indicating whether the CheckBox is in the checked state.
  • Text - Gets or sets the text associated with this control.

Events

  • CheckChanged - Occurs when the value of the Checked property changes.

Further Reading