I have a table named Play and I\'m showing details of each record in Yii2 detail view widget. I have an attribute in that table recurring which is of type tinyi
recurring
Try
'value' => $model->recurring == 1 ? 'yes' : 'no'