diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php index d3b4064dd..a7047565c 100755 --- a/gulliver/system/class.xmlform.php +++ b/gulliver/system/class.xmlform.php @@ -3028,7 +3028,7 @@ class XmlForm_Field_Checkbox extends XmlForm_Field public $required = false; public $value = 'on'; public $falseValue = 'off'; - public $labelOnRight = true; + public $labelOnRight = false; public $readOnly = false; /**