Use the <Radio> component to display a horizontal list of one or more radio buttons. A user can select only one radio button at a time. If the component value is null or does not match any of the allowed values, no button is selected.
<Field name=’global.EmployeeType’>
<Display class=’Radio’>
<Property name=’title’ value=’EmployeeType’/>
<Property name=’labels’ value=’Employee, Contractor, Temporary, Part Time’/>
<Property name=’required’ value=’true’/>
</Display>
</Field>
|