The output of the items has been changed.
'items' => [
['Default', 0],<f:for each="{property.selectboxValues}" as="value" key="label">
['{label}', '{value}'],</f:for>
],
'items' => [
[
'label' => 'Default',
'value' => 0],<f:for each="{property.selectboxValues}" as="value" key="label">
[
'label' => '{label}',
'value' => '{value}'
],</f:for>
],
The output of the items has been changed.