That does not work for me, because I get an runtime error inside pveui.js:
getSetting: function(name) {
var ctrl = $D('noVNC_' + name);
var val = WebUtil.readSetting(name);
if (typeof val !== 'undefined' && val !== null && ctrl.type ===
'checkbox') {
seems 'ctrl' is null?