loadDefaultDecoratorsIsDisabled()) { return $this; } parent::loadDefaultDecorators(); // Disable 'for' attribute if (isset($this->_decorators['Label']) && !isset($this->_decorators['Label']['options']['disableFor'])) { $this->_decorators['Label']['options']['disableFor'] = true; } return $this; } }