#include <Wt/WCheckBox>
Public Member Functions | |
WCheckBox (WContainerWidget *parent=0) | |
Create a checkbox with empty label. | |
WCheckBox (const WString &text, WContainerWidget *parent=0) | |
Create a checkbox with given label. |
WCheckBox is an inline widget.
A label is added as a sibling of the checkbox to the same parent.