Configure the Set a Control's Properties Action

You can use the set a control's properties action on a view or form when you want to change the properties of a control at runtime such as enable or disable a control, show or hide a control, or change a control to be read-only when an event occurs. For example you may have a view or form used for entering data when a student has passed a course. By setting a control's Enable property, you can enable or disable a calendar control when you check or uncheck a check box.

Enable the calendar when the check box is checked and disable and clear the calendar when the check box is unchecked

Try it yourself!