Multi Choice
  • 04 Jul 2024
  • 7 Minutes to read
  • PDF

Multi Choice

  • PDF

Article summary

The Multi Choice control is a drop-down with scrollable checkboxes. It is a reference control which allows you to make one or more selections by selecting the checkbox along with the option. Make your selections with a single click.

 A quick glance to all available and selected options!

Figure: Multi Choice Control

Let's explore the following use-case.

Use Case

User Persona: Application Designer

Solution
The Application Designer Sam wants to create an interface for their application where an email notification is sent to the Analyst, Approver and the Caller whenever there is a status change for an Incident. These options should appear in expandable drop-down along with the checkboxes to select or de-select the option as per the requirement.

To achieve this, Sam can drag and drop the Multi Choice control on the form name it as Incident Status E-mail Notification and can configure the options as Analyst, Approver, Caller.  These options will be displayed under Incident Status E-mail Notification for Fredrick to select the required option on need basis.


Configure Multi Choice Control

Let's configure Multi Choice Control!

  1. Navigate to General tab of Form Designer. Enter all mandatory details required for the Form.
  2. In Design Form tab, from the left pane select Controls > Form Controls > Multi Choice.
    Drag and drop this control inside a panel to create a multi choice field. Click Settings icon to view Properties pop-up.

You can view the following tabs for Multi Choice control:

    • Properties
    • Advance
    • Validations
    • Appearance
    • Security
    • Data Source

Properties

This section contains the list of properties using which the Administrator can configure the respective control's name, subtitles etc. To know more about the fields that are available under the Properties section, see Field Description given below.

Figure: Properties

Field Description
This table contains the list of fields and their descriptions that are available under the Properties section: 

FieldDescription
General
TitleSpecify the name for the Multi Choice control. This name identifies the Multi Choice control in the form.
For Example: Email Notification for Incident
SubtitleSpecifies the text which you want to display just beneath the control. You may use it to describe the purpose of the control or the way it should be used etc.
For Example: As shown in the following screenshot "Send email notification for incident status update" is the subtitle for the Multi Choice control named "Incident Status Email Notification".
 Figure: Subtitle
Sub TitleThe subtitle text is useful to give the user a better idea of what kind of information they need to fill in.

Sub Title text appears directly beneath the control container. Use it to explain why a piece of information is being requested, address security and privacy concerns, or suggest ways of providing answers.
Informative
Help TextDisplays the information about the UI control in the form.
Rich TextSelect it to enable the text as rich text and interpret as rich text.
TooltipThe tooltip is displayed when the user hovers the mouse cursor over the control.

Advance 

This section contains the list of validation setups using which the Administrator can configure the respective control as mandatory, based on condition etc. To know more about the fields that are available under the Advance section, see Field Description given below.

Figure: Advance

Field Description
This table contains the list of fields and their descriptions that are available under the Advance section: 

FieldDescription
General
Include as FilterIf this toggle button is enabled, then the respective control is available as a filter option on the Form Designer list page of the application.
Include as a column in grid viewNA
Is ClickableNA
Show Clear IconIf this toggle button is enabled, then a cross mark (x) is displayed against all the drop-down values selected from the respective control using which the user can clear the individual value.

Validations

This section contains the list of validation setups using which the Administrator can configure the respective control as mandatory, based on condition, and so on. To know more about the fields that are available under the Validations section, see Field Description given below.

Figure: Validations

Field Description
This table contains the list of fields and their descriptions that are available under the Validations section:

FieldDescription
Title should beSelect one of the following options as per your requirement:
  • Mandatory - Select the Mandatory from the drop-down to make the control as mandatory control.
    • Disabled - Select the Disabled from the drop-down to make the control as disabled control. 
    • Hidden - Select the Hidden from the drop-down to make the control as hidden control. 
    • Editable - Select the Editable from the drop-down to make the control as editable control. 
    • Set Value Limit (Value Limit) - NA

Below Conditions MeetSelect it if you want to display this control based on certain conditions. The following fields are displayed to configure the conditions:
Field - Select the field from the drop-down list on which the condition is to be applied.
Operator - Select the required operator from the displayed drop-down list.

Figure: Validations
Use icon to add more conditions.
Every TimeSelect it if you want to display this control always without any specific conditions.

Appearance

This section contains the list of validation setups using which the Administrator can configure the respective control as mandatory, based on condition, and so on. To know more about the fields that are available under the Appearance section, see Field Description given below.

Figure: Appearance

Field Description

This table contains the list of fields and their descriptions that are available under the Appearance section:

FieldDescription
Label LayoutSelect the required label layout position for the text box control. The available options are:
  • Vertical - If selected, the label layout displayed top of the field. NA
  • Horizontal - If selected, the label layout displayed in front of the field. NA
  • Float - If selected, the floating labels move inside the textbox as you enter information. NA
Upload IconIcons can be assigned to the selected attribute.
On clicking the button, a pop-up displays to browse. Select the required icon.
Icon PositionSpecify the position of the icon. It can be either to the left or the right of the control.
  • Left: If selected, the icon is displayed at the left of the attribute name.
  • Right: If selected, the icon is displayed at the right of the attribute name.
First ItemSelect what should be the default option to be displayed in the drop-down list.
Note: Select None if you do not want any option to be displayed as default option (NA)

Security

This section contains the security measures that can be configured for the respective control.  It will allow you to control the form usage based on the restricted configured access. Configure view and edit permissions at the field level.Figure: Security

For more information on Security tab, refer here.

Data Source

This section contains the list of validation setups using which the Administrator can configure the respective control as mandatory, based on condition, and so on. To know more about the fields that are available under the Data Source section, see Field Description given below.

Figure: Data Source - Table

The following screenshot is displayed if the Data Source is selected as API.

Figure: Data Source - API

The following screenshot is displayed if the Data Source is selected as Manual.

Figure: Data Source - Manual

The following screenshot is displayed if the Data Source is selected as Status.

Figure: Data Source - Status

This section contains the list of fields and their descriptions that are available under the Data Source section. To know more about the fields that are available under the Data Source section, see Field Description.

FieldDescription
Data Source

Select one of the following options to select the data source. Available options are as follows:

  • Manual
  • Table
  • API
  • Status

ParentIf selected, the control will take the data from the parent table.
For Example: If you create a multi-choice control named State, then the Parent Data Source for this can be Country table. 
Is Parent Encrypted ?If selected, then the Parent field value is encrypted at database level to maintain the security.
Example: If Parent field is SSN of a citizen and it needs to be secured at database level, enable Is Parent Encrypted button.
OriginThis field is visible only if Data Source is selected as API.
Select the origin for the API request. Available options are as follows:
Same Origin - Select it if the API request is from same origin.
Cross Origin - Select it if the API request is from different origin.

For Example:
Scenario I
Origin I = https://www.acme.com/222
Origin 2= https://www.acme.com/111
In this case, Origin I and Origin 2 are same Origin.

Scenario II
Origin I = https://www.acme.com/222
Origin II = https://www.example.com/222
In this case, Origin 1 and Origin 2 are cross Origin.

Type
This field is visible only if Data Source is selected as API.
Select the type of the API. Available options are as follows:
Get - Select it to fetch data from a specified resource.
Post - Select it to send data to update a resource.
AddressThis field is visible only if Data Source is selected as API.
Specify the API URL.
ParametersThis field is visible only if Data Source is selected as API.
Select the Parameters from the drop-down list.
Label FieldLabel is the text that appears to the user for that choice. Use short phrases in your choice lists.
Value FieldValue is a string that is stored in the variable when that choice is selected.
BodyThis field is visible only if Data Source is selected as API.
ActionsAvailable actions are as follows:
Use it to drag up or down to reorder the labels.
Use it to disable a label.
Use it to add more labels.
Use it to delete any label.



 




Was this article helpful?

What's Next
Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.