$items public property
List of selectable items. Each item can be a string representing the item content or an array of the following structure: [
'content' => 'item content',
// the HTML attributes of the item container tag. This will overwrite "itemOptions".
'options' => [],
]
public array $items = []