#include <Wt/Ext/RadioButton>
Public Member Functions | |
RadioButton (WContainerWidget *parent=0) | |
Create an unchecked radio button with empty label and optional parent. | |
RadioButton (const WString &text, WContainerWidget *parent=0) | |
Create an unchecked radio button with given text and optional parent. |
Add the radio button to a WButtonGroup to group together different options that are mutually exclusive.
The API is identical to the WRadioButton API.