getColumn()->getGrid()->getMassactionIdFieldOnlyIndexValue()) { $this->setNoObjectId(true); } return parent::render($row); } /** * Returns HTML of the checkbox * * @param string $value * @param bool $checked * @return string */ protected function _getCheckboxHtml($value, $checked) { $id = 'id_' . random_int(0, 999); $html = ''; return $html; } }