JBoss.orgCommunity Documentation

Select box Field
Parameter Type Required Description Example
options string with the comma (,) characters Some option values. options=option1,option2,option3

See also: Common parameters



<%
  String[] fieldDeep = ["jcrPath=/node/exo:isDeep", "defaultValues=true", "options=checkbox1,checkbox2,checkbox3"];
  uicomponent.addCheckBoxField("isDeep", fieldDeep);
%>