CheckBox Condition

CheckBox Condition

When creating or editing automations, you can make use of the condition parameter below.

				
					isChecked('{field}')
				
			

where {field} is a checkbox field.

This will check if the checkbox field is currently ticked.

Suggest Edit