Prado\Web\UI\ActiveControls\TActiveCheckBox::getDefaultLabelID PHP Метод

getDefaultLabelID() защищенный Метод

protected getDefaultLabelID ( ) : string
Результат string checkbox label ID;
    protected function getDefaultLabelID()
    {
        if ($attributes = $this->getViewState('LabelAttributes', null)) {
            return TCheckBox::getLabelAttributes()->itemAt('id');
        } else {
            return $this->getClientID() . '_label';
        }
    }