super(parameters);
}
public DialogElement make() throws ClassNotFoundException {
CheckBox checkBoxAnnotation = getAnnotation(CheckBox.class);
String name = getNameForField();
String fieldName = getFieldNameForField();
String fieldLabel = getFieldLabelForField();
String fieldDescription = getFieldDescriptionForField();