Input parameters

Input parameters are commonly used to map data between forms when a CyberApp user clicks a button which opens another form.
If an input parameter and a UI element have the same ID, UI builder treats them as the same form model data item: if the value of one changes, the value of both changes.
You can also define input parameters to store data in the form model without necessarily visualizing it on a UI element.

Tip

This means that you can set a default value for a UI element by creating an input parameter with the same ID, and assigning the required default value to the input parameter.