JBoss.orgCommunity Documentation
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
options | string with the comma (,) characters | ![]() | Some checkbox values. | options=checkbox1,checkbox2,checkbox3 |
See also: Common parameters
<%
String[] fieldDeep = ["jcrPath=/node/exo:isDeep", "defaultValues=true", "options=checkbox1,checkbox2,checkbox3"];
uicomponent.addCheckBoxField("isDeep", fieldDeep);
%>