CURSES_CHECKBOX
if (w->type != CURSES_TEXTBOX && w->type != CURSES_CHECKBOX)
} else if (cf->widget_focus->type == CURSES_CHECKBOX) {
} else if (cf->widget_focus->type == CURSES_CHECKBOX) {
case CURSES_CHECKBOX:
left, top, 4, CURSES_CHECKBOX, "", 0, 0);
left, top, 4, CURSES_CHECKBOX, "", 0, 0);
if (cw->type != CURSES_TEXTBOX && cw->type != CURSES_CHECKBOX)
cf->height, 4, CURSES_CHECKBOX, "", 0, 0);
else if (cw->type == CURSES_CHECKBOX)
(cw->type == CURSES_TEXTBOX || cw->type == CURSES_CHECKBOX)) {