renderCheckBox(f, cbe, sb, translator);
} else if (fe instanceof RadioButtonGroupElement) {
RadioButtonGroupElement rbe = (RadioButtonGroupElement) fe;
renderRadioButtonGroup(f, rbe, translator, sb);
} else if (fe instanceof SingleSelectionElement) {
SingleSelectionElement se = (SingleSelectionElement) fe;
renderDropDown(f, se, sb);
} else if (fe instanceof MultipleSelectionElement) {
MultipleSelectionElement me = (MultipleSelectionElement) fe;
renderCheckBoxes(f, me, translator, sb);
} else if (fe instanceof LinkElement) {