{% import "_includes/forms" as forms %} {{ forms.checkboxSelectField({ label: "Status"|t('sprout-email'), instructions: "Select which transaction statuses will trigger the notification."|t('sprout-email'), name: "commerceStatuses", options: statuses, values: fieldValue, errors: errors is defined ? errors : null, }) }}