boolean singleSelection = true;
boolean layoutVertical = true;
String[] keys = new String[]{"memberlistwizard.archive.type.filePerGroupOrAreaInclGroupMembership", "memberlistwizard.archive.type.filePerGroupOrArea", "memberlistwizard.archive.type.allInOne"};
String[] translatedKeys = new String[]{translate("memberlistwizard.archive.type.filePerGroupOrAreaInclGroupMembership"), translate("memberlistwizard.archive.type.filePerGroupOrArea"),translate("memberlistwizard.archive.type.allInOne")};
String[] selectedKeys = new String[]{"memberlistwizard.archive.type.allInOne"};
outputChoiceController = new ChoiceController(ureq, getWindowControl(), keys, translatedKeys, selectedKeys, singleSelection, layoutVertical, "next");
this.listenTo(outputChoiceController);
velocityContainer3.put("outputChoice", outputChoiceController.getInitialComponent());
wizardController.setNextWizardStep(translate("memberlistwizard.outputchoice"), velocityContainer3);
}
}