Merge pull request #2010 from luisfernandosl/BUG-11934

BUG 11934 "Posicion del Label en objetos CheckBox..." SOLVED
This commit is contained in:
julceslauhub
2013-08-29 08:06:43 -07:00

View File

@@ -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;
/**