title, $this->buildChildren(), $this->params); } public function stacked($isStacked = true) { $this->params['stacked'] = $isStacked; return $this; } public function fieldset($wantsFieldset = true) { $this->params['fieldset'] = $wantsFieldset; return $this; } }