activeListInput() protected static method
Generates a list of input fields. This method is mainly called by activeListBox(), activeRadioList() and \yii\helpers\activeCheckBoxList().
protected static string activeListInput ( $type, $model, $attribute, $items, $options = [] )$type string
The input type. This can be 'listBox', 'radioList', or 'checkBoxList'. $model yii\base\Model
The model object $attribute string
The attribute name or expression. See getAttributeName() for the format a