Ejemplo n.º 1
0
 /**
  * @param string $name
  * @param array  $attributes
  * @param mixed  $value
  *
  * @since 2.0
  */
 public function __construct($name = '', array $attributes = [], $value = null)
 {
     $attributes['type'] = 'radio';
     parent::__construct($name, $attributes, $value);
 }