'class' => 'yii\grid\RadioButtonColumn',
'radioOptions' => function ($taxon) use ($floraTaxonId) {
return [
'value' => $taxon->id,
'checked' => $taxon->id == $floraTaxonId
];
}