Mark a form field as mandatory if a value entered in another field meets a condition

Form expressions allow you to build dependencies between fields based on defined calculations. For example, it is possible to make a text input component required (1) if the variable age (2) is defined in another component as greater than 18 . You would add the following expression to the Required field of the component: {{age>18}}