Vcl.StdCtrls.TCheckBox

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TCheckBox = class(TCustomCheckBox)

C++

class PASCALIMPLEMENTATION TCheckBox : public TCustomCheckBox

Properties

Type Visibility Source Unit Parent
class public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls Vcl.StdCtrls

Description

TCheckBox represents a check box that can be on (checked) or off (unchecked).

A TCheckBox component presents an option for the user. The user can check the box to select the option, or uncheck it to deselect the option.

The Caption property can be used to define an accelerator key to a control.

See Also