bool pRadioBox::checked() {
return false;
}
void pRadioBox::setChecked() {
void pRadioBox::setGroup(const set<RadioBox&> &group) {
void pRadioBox::setText(const string &text) {
void pRadioBox::constructor() {