activeBooleanInput() protected static method (available since version 2.0.9)
Generates a boolean input This method is mainly called by activeCheckbox() and activeRadio().
protected static string activeBooleanInput ( $type, $model, $attribute, $options = [] )$type string
The input type. This can be either radio or checkbox. $model yii\base\Model
The model object $attribute string
The attribute name or expression. See getAttributeName() for the format about attribute expression. $opti