loadDefaultDecoratorsIsDisabled()) { return $this; } parent::loadDefaultDecorators(); // Disable 'for' attribute if (false !== $decorator = $this->getDecorator('label')) { $decorator->setOption('disableFor', true); } return $this; } }