<%= 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.makeTextInput({placeholder: 'Common tags', id: 'common-tags', name: 'common-tags', style: 'margin-top:1em;'}) %>