renderItem() public method
Default callback for checkbox/radio list item rendering. See also:
yii\bootstrap\Html::checkbox()
yii\bootstrap\Html::radio()
public string renderItem ( $index, $label, $name, $checked, $value )$index integer
Item index. $label string
Item label. $name string
Input name. $checked boolean
Whether value is checked or not. $value string
Input value. return string
Generated HTML.