Radio

Radio elements description:

In the elements builder section, each and every component are displayed on the left side of the element pages. Drag the required components to the center of the workplace. Click on the edit element, and the properties list will be displayed on the right side of the builder. Edit the properties as required. Refer to the below list for properties of the elements.

Properties of the elements:

Reference ID- It is a unique id that will be created automatically when a new element is created.

Name: Here we write the name for the element.

Help Text: In help text, we write short information about that element, and quick information will be shown as a tooltip in the form when we hover over that element.

Label Required: We check this property if we do not want to show the title of that element in the form.

Primary: We check this property in the element when we want to make that element the initiator of the auto fetch.

Mandatory: We check this property if we want to make that element mandatory.

Formula: A formula is a fact or rule written with a mathematical symbol or in a programming function. Where on the left side of the equation, we will write the element id of the element in which we want to show our formula's result, and on the right side of the equation, we will write the element id (or id's) of the element with mathematical symbols which depend on which type of operation we want to do on those elements.

On load Query: It is a query in a pre-defined format that gives a value to the elements while rendering the UI (User Inter face).

Autofetch: Autofetch is a property that is used to fetch data from other forms and fill the data in an element of the current form we working in automatically on the change of the primary element we assign.

Option Type: This property will only be available in the Dropdown, Checkbox, and Radio Button, elements. We can add options by two methods, 1: Custom Method 2: Reference Method.

  • Custom Method: After selecting the custom method a pop-up will open in which we write our options separated by a comma ", ".

  • Reference Method: After selecting the reference method a pop-up will open in which we first select the table and then select the column from which we want to get our options.

Last updated