diff --git a/manage/config-dialog.js b/manage/config-dialog.js index 3b3c85e1..ebb9dbe0 100644 --- a/manage/config-dialog.js +++ b/manage/config-dialog.js @@ -105,7 +105,7 @@ function configDialog(style) { break; case 'checkbox': - va.input = $element({tag: 'input', type: 'checkbox'}); + va.input = $element({tag: 'input', type: 'checkbox', className: 'slider'}); va.input.onchange = () => { va.dirty = true; va.value = String(Number(va.input.checked));