Summary
Using the collection defined in the ListItems property, generates an FVRButtonList control, which at runtime displays a set of RadioButtons.
Controlling Properties
Details
To implement a RadioButtonList, select the RadioButtonList for FieldTemplate and then use the ListItems property to define the Text to display and the Screen Value to use as a selector of the actively set item.
Here we see that the Week3 value is displayed as the selected button since it matches the underlying screen value of "12". This has converted a simple integer entry field into one that the user can select from a list of valid values. |