Beispiel #1
0
 /**
  * @access private
  */
 function GetHtmlAttrs()
 {
     return parent::GetHtmlAttrs() . ($this->Checked ? ' checked="checked"' : '');
 }