Radio
Warning
Rework pending, no delivery date. The Front App SDK (ReactJS) and the Front API SDK (NodeJS) are both being replaced. This page documents the current release, remains accurate, and is maintained until the replacement ships. Code written against it keeps working.
The radio buttons allow you to choose one item from a defined list.
Please refer to checkbox for a full reference.
The differences are :
component: radiodefault: that is astringand not anarray
- items : Allows to manually define the elements to display, the label will be displayed on the screen, the value will be displayed in the associated queries.
- dictionary : load items automatically and dynamically from your DataPlant.
- default : When you first see your radio buttons, this value will be selected.
- reference : Specifies the name of the field to modify in the queries in the case of a transform of type "filter".

