Hi,
I am trying to have a checkbox that would , when checked, make appear several other elements in the same Dialog.
Through the
Edit Control Condition Dialog you can apply different actions on the related elements.
When the checkbox is enabled, the property assigned to the related checkbox control is set (by default the property of a checkbox is CHECKBOX_1_PROP). When the checkbox is disabled, the property is empty.
Assuming that you would have am edit field which will be visible when the chebox is enabled and hidden when the chebox is disabled, you should have the following control condition for the related edit field control.
- Condition: CHECKBOX_1_PROP
Action: Show
- Condition: NOT CHECKBOX_1_PROP
Action: Hide
The sample project is attached to this thread, so if you are interested to take a look directly at my project, you are more than welcome to download the ZIP file.
Best regards,
Dan