{% import "_includes/forms" as forms %}
{{ csrfInput() }} {{ checkboxSelectHtml|raw }} {{ forms.lightswitchField({ name: 'cacheImages', label: 'Cache remote images?'|t('app'), instructions: 'Whether remotely-stored images should be downloaded and stored locally, to speed up transform generation.'|t('app'), on: true, }) }}