{% import '_includes/forms' as forms %} {{ forms.checkboxField({ label: "Purify HTML?"|t('ckeditor'), instructions: 'Removes any potentially-malicious code on save, by running the submitted data through HTML Purifier.'|t('ckeditor'), warning: 'Disable this at your own risk!'|t('ckeditor'), id: 'purifyHtml', name: 'purifyHtml', checked: field.purifyHtml, toggle: 'purifier-config-container' }) }}