/** * Returns HTML for advchecbox form element. * * @return string */ function toHtml() { return '<span>' . parent::toHtml() . '</span>'; }