/** * Renders the element widget * * @param array attributes * @return string */ public function render($attributes = null) { return Tag::textArea($this->prepareAttributes($attributes)); }