diff --git a/src/js/yunohost/controllers/apps.js b/src/js/yunohost/controllers/apps.js index 40e17749..7f52923b 100644 --- a/src/js/yunohost/controllers/apps.js +++ b/src/js/yunohost/controllers/apps.js @@ -157,6 +157,7 @@ // Boolean fields if (data.manifest.arguments.install[k].type == 'boolean') { data.manifest.arguments.install[k].inputType = 'checkbox'; + data.manifest.arguments.install[k].required = ''; // Checked or not ? if (typeof data.manifest.arguments.install[k].default !== 'undefined') {