initialCheckGroup.add(candidateChoices.get(3));
// single select family
form.add(new DropDownChoice("dropDownChoice", candidateChoices, bookChoiceRenderer));
form.add(new ListChoice("listChoice", candidateChoices, bookChoiceRenderer).setMaxRows(4));
form.add(new RadioChoice("radioChoice", candidateChoices, bookChoiceRenderer));
form.add(new CheckBox("checkBox"));
form.add(newRadioGroup(candidateChoices));
// multiple select family
form.add(new ListMultipleChoice("initialListMultipleChoice", candidateChoices,