Radio buttons

The Radio Buttons web extension displays a predefined group of radio buttons.

The Radio Buttons web extension requires you to specify these parameters:

  • Item keys: A reference to a range of cells that contain the unique names of items and actions for further processing.
  • Item data: A reference to a range of cells that contain data for list items, or a cell that contains XML with the same data. The first column of the data range is reserved for the keys of items. In XML, keys are represented by rows. Valid properties are: Caption (string), Visible (boolean), and Enabled (boolean).
  • Orientation: A value (horizontal or vertical) that specifies the orientation of the radio buttons. The default is vertical.
  • Selected item: A reference to a cell that contains the unique name of the item to be selected when the report loads.