CheckBox

The CheckBox control allows the user to toggle an option on or off, usually reflecting a Boolean (Yes/No or True/False) value. When they are presented as a list of options, any combination of check boxes may be selected or de-selected.

Properties

Key properties of CheckBox include:

Events

Key events associated with a Button include:

See: Trigger an action from a button click event

Data Binding

When you drag and drop a Boolean/Bit field onto a form from a dataset, a CheckBox with the relevant binding is created.