new HtmlRenderedAttr("styleClass", "styleClass", "class=\"styleClass\"", 1),
//_TabindexProperty
new HtmlRenderedAttr("tabindex")
};
UISelectItem item = new UISelectItem();
item.setItemLabel("mars");
item.setItemValue("mars");
selectManyCheckbox.getChildren().add(item);
HtmlCheckAttributesUtil.checkRenderedAttributes(
selectManyCheckbox, facesContext, writer, attrs);
if(HtmlCheckAttributesUtil.hasFailedAttrRender(attrs)) {