{% import "_includes/forms" as forms %}
{{ actionInput('utilities/asset-index-perform-action') }} {{ 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, }) }}