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