kartik\builder\TabularForm::initCheckboxColumn PHP Method

initCheckboxColumn() protected method

Initializes the checkbox column.
protected initCheckboxColumn ( )
    protected function initCheckboxColumn()
    {
        if (!$this->isColumnSet('checkbox')) {
            $this->checkboxColumn['rowHighlight'] = $this->rowHighlight;
            $this->checkboxColumn['rowSelectedClass'] = $this->rowSelectedClass;
        }
    }