Selecting Drop Down List Items Using a Check Box
- 12 Mar 2021
- 1 Minute to read
- Print
- DarkLight
Selecting Drop Down List Items Using a Check Box
- Updated on 12 Mar 2021
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Example Lab Article
While Example Lab projects are resources for public use, articles and assets are not actively maintained. Screenshots and features are from the specified version below. These references may become dated as new versions are released.
Overview
Example Lab Details | |
Version | 6.9.2 |
Root Folder | Example Lab - Change Text Values |
Modules | None |
Dependencies | None |
This Example Lab project demonstrates how to use a checkbox to fill a textbox with a specific number and select the matching number on a dropdown list.
Explanation
This project works by using a data Flow inside the Form. This data Flow runs a Rule that checks if the checkbox in the Form is checked or unchecked. If the checkbox is checked the Rule will return true and create a new output called "Result" with the value "3". This value is then passed to the Flow output which will then be used by the dropdown list and textbox. If the checkbox is not checked the rule returns false and nothing happens. This data Flow is run each time the value of the checkbox is changed by the user.
Reference Articles
Project Download
The examples attached were developed to be instructional and were not developed as officially supported components. For more information or to engage our service team to develop fully supported, production quality solutions, please contact services@decisions.com. Import the project below to a Decisions environment on version 6.9.2 or later using our Importing/Exporting article.
Was this article helpful?