if ($this->mChecked || (($this->value == $this->mOptions) && ($this->value != null)))
$html .= " checked=\"true\"";
- if (!$this->isEnable())
+ if (!$this->isEnabled())
$html .= " disabled=\"disabled\"";
$html .= " value=\"".htmlspecialchars($this->mOptions)."\"";