Skip to content

ACheckBox#

A check box (without label).

Header:#include <AUI/View/ACheckBox.h>
CMake:aui_link(my_target PUBLIC aui::views)

Detailed Description#

Checkbox is a checkable button that is typically used to enable/disable some action.

For a checkbox with label, see ACheckBoxWrapper.

Whenever the checkbox is checked or unchecked, it emits checked() signal.