0
Checkbox

Description
The Checkbox form part allows you to display a checkbox to your application user and to assign a value if the user checks the checkbox or leaves it blank.
Use
With this form part you can display a checkbox in your application. You can preset the value of the checkbox if the user checks it or if the user leaves it blank. This form part is available without a framework and it is also available for use with the StarterApp and Assessment Frameworks.
Editor Fields
Field Name | Description/Use | Type/Options | Optional/Mandatory |
Caption | This is the text the system displays next to the checkbox. | Text | Optional |
Data object | This is the name of the data object. | Text | Mandatory |
Submit on select | If this checkbox is checked the system will advance the logicnet when the user clicks the checkbox. | Checkbox | Optional |
Checked value | This is the value the system assigns to the data object if the user checks the checkbox. | Text | Number | Mandatory |
Unchecked value | This is the value the system assigns to the data object if the user leaves the checkbox blank. | Text | Number | Mandatory |
Disable input | If you check this checkbox your application users are not allowed to check or uncheck the checkbox. The checkbox is read-only. | Checkbox | Optional |
Data object type | This tells the system if the checkbox value is text or a number. | Text | Number | Mandatory |
Like
Follow
Reply