Contents Up Previous Next

wxCheckBox is-a wxItem

A wxCheckBox is a small box with a label, and can be in one of two states. It must be the child of a wxPanel.

wxCheckBox value
wxCheckBox create


wxCheckBox value

bool value

The value of the checkbox (TRUE or FALSE).


wxCheckBox create

void ( create)

Creates a checkbox on the given panel. The following slots may be initialized.