diff --git a/src/zutil/ui/configurator.dynamic.tmpl b/src/zutil/ui/configurator.dynamic.tmpl index ba75877..d30499c 100755 --- a/src/zutil/ui/configurator.dynamic.tmpl +++ b/src/zutil/ui/configurator.dynamic.tmpl @@ -36,6 +36,7 @@ return this.name.toLowerCase() == fieldName; }); if (input.attr("type") == "checkbox") { // special handling for checkboxes + input.attr("value", "true"); if (value=="true") input.attr("checked", "true"); else input.removeAttr("checked"); // Add default false value as a unchecked checkbox is not included in the post