<%= ctx.makeCheckbox({ text: 'Skip duplicate', name: 'skip-duplicates', checked: false, }) %> <%= 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.makeCheckbox({ text: 'Upload anonymously', name: 'upload-all-anonymous', checked: false, }) %>
<%= ctx.makeTextInput({name: 'common-tags'}) %>