<%= ctx.makeCheckbox({ text: 'Skip duplicate', name: 'skip-duplicates', checked: false, }) %> <%= ctx.makeCheckbox({ text: 'Copy tags to originals', name: 'copy-tags-to-originals', }) %> <%= ctx.makeCheckbox({ text: 'Force upload similar', name: 'always-upload-similar', checked: false, }) %> <%= ctx.makeCheckbox({ text: 'Pause on error', name: 'pause-remain-on-error', checked: true, }) %>
<%= ctx.makeTextInput({}) %>