activeRadioList() public static method
Generates a list of radio buttons. A radio button list is like a checkbox list, except that it only allows single selection. The selection of the radio buttons is taken from the value of the model attribute.
public static string activeRadioList ( $model, $attribute, $items, $options = [] )$model yii\base\Model
The model object $attribute string
The attribute name or expression. See getAttributeName() for the format about attribute expression. $it