$menuItems = [
[
'encode' => false,
'label' => '<strong>Label</strong>',
'url' => '#',
'linkOptions' => [
'value' => Url::to(['default/show-cities',]),
'title' => 'Выберите город',
'class' => 'showModalButton',
'id' => 'choice-city-link',
]
],
];