Finished refactoring of the FormElement class.
[timetracker.git] / WEB-INF / lib / form / Checkbox.class.php
index 8c20288..4c6a9fd 100644 (file)
@@ -45,7 +45,7 @@ class Checkbox extends FormElement {
        function setData($value)        { $this->mOptions = $value; }
        function getData() { return $this->mOptions; }
        
-       function toStringControl() {
+       function getHtml() {
 
            if ($this->id=="") $this->id = $this->name;