js/controls/checkbox/checkbox.js in rsence-2.0.0.10.pre vs js/controls/checkbox/checkbox.js in rsence-2.0.0.11

- old
+ new

@@ -8,10 +8,11 @@ /*** = Description ** Simple checkbox component, toggles the value of ** itself between true and false. ***/ +var//RSence.Controls HCheckbox = HButton.extend({ componentName: 'checkbox', defaultEvents: { click: true @@ -42,6 +43,7 @@ } } } }); //-- Alias for some users:++ +var//RSence.Controls HCheckBox = HCheckbox;