Prevent Multiple Items From Being Selected on a Checklist
- 12 Mar 2021
- 1 Minute to read
- Print
- DarkLight
Prevent Multiple Items From Being Selected on a Checklist
- 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 - Checkbox Validation Rule |
Modules | None |
Dependencies | None |
This Example Lab project demonstrates how to prevent a user from selecting more than one item in a checklist.
Explanation
This project works by using a Form validation rule. The validation rule is setup to run a rule when any checkbox value is changed (Checked/unchecked). If at that time more than one checkbox is selected the rule will return false and the validation rule will prevent the form from being submitted. An error message will also be displayed on the checkboxes and the Form button, notifying the user they must only select one option to continue.
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?