Commit 46af48e5 by Alexander Makarov

Merge pull request #4995 from mikehaertl/master

[ci skip] Update docs for CheckboxColumn::$checkboxOptions
parents 2938cf72 e28edb3e
...@@ -44,7 +44,8 @@ class CheckboxColumn extends Column ...@@ -44,7 +44,8 @@ class CheckboxColumn extends Column
*/ */
public $name = 'selection'; public $name = 'selection';
/** /**
* @var array HTML attributes for the checkboxes. * @var array|\Closure the HTML attributes for checkboxes. This can either be an array of
* attributes or an anonymous function ([[Closure]]) that returns such an array.
* @see \yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. * @see \yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered.
*/ */
public $checkboxOptions = []; public $checkboxOptions = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment