Allows creating radio checkboxes, that will be referenced for display in another part of the page when used in conjunction with nxu:radio.
Example:
          <nxu:selectOneRadio id="objectType"
            value="#{relationActions.objectType}" layout="spread">
            <f:selectItem
              itemLabel="#{messages['label.relation.object.text']}"
              itemValue="literal" />
            <f:selectItem itemLabel="#{messages['label.relation.object.uri']}"
              itemValue="uri" />
            <f:selectItem
              itemLabel="#{messages['label.relation.object.documentUid']}"
              itemValue="document" />
          </nxu:selectOneRadio>
          [...]
          <nxu:radio for="objectType" index="0" id="literal" />
          [...]
          <nxu:radio for="objectType" index="1" id="uri" />
          [...]
          <nxu:radio for="objectType" index="2" id="document" />
        
      
    | Info | Value | 
|---|---|
| Component Type | javax.faces.SelectOne | 
| Handler Class | 
        org.nuxeo.ecm.platform.ui.web.tag.handler.GenericHtmlComponentHandler
       | 
| Renderer Type | 
        org.nuxeo.ecm.platform.ui.web.component.radio.SelectOneRadioRenderer
       | 
| Description | None | 
| Name | Required | Type | Description | No Attributes Defined. | 
|---|
Output generated by Vdldoc View Declaration Language Documentation Generator.