<%= ctx.makeCheckbox({ text: 'Skip duplicates', name: 'skip-duplicates', checked: false, }) %> <%= ctx.makeCheckbox({ text: 'Copy tags to originals', name: 'copy-tags-to-originals', checked: false, }) %>
<%= ctx.makeTextInput({}) %>