class controls.CheckBox(Control, Widget)

A CheckBox is a control for a boolean value, displayed in the form of a box with a check mark.

Note that a CheckBox does not have a title; you will need to place a Label beside it if you want one.

Attributes

ref = None
Reference to the value to be edited. See Control.
---