}
helpTexts.appendHtmlConstant("</td>");
helpTexts.appendHtmlConstant("</tr>");
boolean required = !attr.getValue().get("nillable").asBoolean();
ModelType type = ModelType.valueOf(attrValue.get("type").asString());
//System.out.println(attr.getName()+">"+type);
switch(type)
{
case BOOLEAN:
CheckBoxItem checkBoxItem = new CheckBoxItem(attr.getName(), label);