예제 #1
0
 function __construct($value = null, $name = null)
 {
     parent::__construct('radio', $value, $name);
 }
 function __construct($value = null, $name = null)
 {
     parent::__construct('checkbox', $value, $name);
     $this->_value = $this->checked_value;
 }