diff --git a/handlers/easydialog.sh b/handlers/easydialog.sh
index bb7e8e3a8f97fc9aa2494916269b5cf09846312a..0113d9cb18885b997916996245d14d67064318df 100644
--- a/handlers/easydialog.sh
+++ b/handlers/easydialog.sh
@@ -33,7 +33,7 @@ setDimension() {
 
 booleanBox() {
     $DIALOG --backtitle "$BACKTITLE" --title "$1" \
-        --yesno "$2" $HEIGHT $WIDTH
+        `[ "$3" == no ] && echo '--defaultno'` --yesno "$2" $HEIGHT $WIDTH
 }
 
 msgBox() {