ARadioButton#
A radio button.
Header: | #include <AUI/View/ARadioButton.h> |
CMake: | aui_link(my_target PUBLIC aui::views) |
Detailed Description#
A radio button is a checkable button (similar to ACheckBox) that typically used in groups. In a group of radio buttons, only one radio button at a time can be checked thus checking another radio button in a group causes to switch off the previous one.
Whenever the radio button is checked or unchecked, it emits checked() signal.
Public Types#
Group#
class ARadioButton::Group
Empty structure.