Triggers
Triggers are used to specify fields whose display depends on the values of other fields.
The syntax is similar to that of the validation rules requiredIf and requiredAndShownIf:
{
triggeredFieldName:'triggeringField:value1,value2'
}
To trigger with any truthy value simply omit the values list.