mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-21 17:20:57 +08:00
Merge pull request #4995 from mikehaertl/master
[ci skip] Update docs for CheckboxColumn::$checkboxOptions
This commit is contained in:
@@ -44,7 +44,8 @@ class CheckboxColumn extends Column
|
||||
*/
|
||||
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.
|
||||
*/
|
||||
public $checkboxOptions = [];
|
||||
|
||||
Reference in New Issue
Block a user