Bug description

Select field added to collection, multi select enabled, values as per screenshot above.
I then created an entry in the collection and added three categories.

The output uses the label value as expected.
On the frontend, the key, value, and label entities are all using the key.
Produces
array:3 [▼
0 => array:3 [▼
"key" => "employers"
"value" => "employers"
"label" => "employers"
]
1 => array:3 [▼
"key" => "news"
"value" => "news"
"label" => "news"
]
2 => array:3 [▼
"key" => "job-seekers"
"value" => "job-seekers"
"label" => "job-seekers"
]
]
I am expecting the label entity to use the value I specified in the blueprint.
How to reproduce
Latest version of statamic.
Create a collection.
Edit the blueprint.
Add a select field.
Add some options to the select field, ensuring that the key and label are set, and that the label is different to the key.
Create at least one entity in the collection and ensure you select an option in the select field.
On the frontend, output the collection, for each entity ensure you output the select field, or dump the field.
Logs
No response
Environment
EnvironmentApplication Name: StatamicLaravel Version: 11.20.0PHP Version: 8.2.22Composer Version: 2.7.7Environment: localDebug Mode: ENABLEDURL: annecorder.testMaintenance Mode: OFFTimezone: UTCLocale: enCacheConfig: NOT CACHEDEvents: NOT CACHEDRoutes: NOT CACHEDViews: CACHEDDriversBroadcasting: logCache: fileDatabase: sqliteLogs: stack / singleMail: smtpQueue: syncSession: fileStatamicAddons: 3Sites: 1Stache Watcher: Enabled (auto)Static Caching: DisabledVersion: 5.23.0 PROStatamic Addonsaerni/font-awesome: 3.0.1aryehraber/statamic-captcha: 1.12.1ndx/statamic-bard-color-picker: 2.0.0
Installation
Fresh statamic/statamic site via CLI
Additional details
No response
Bug description
Select field added to collection, multi select enabled, values as per screenshot above.
I then created an entry in the collection and added three categories.
The output uses the label value as expected.
On the frontend, the key, value, and label entities are all using the key.
Produces
I am expecting the label entity to use the value I specified in the blueprint.
How to reproduce
Latest version of statamic.
Create a collection.
Edit the blueprint.
Add a select field.
Add some options to the select field, ensuring that the key and label are set, and that the label is different to the key.
Create at least one entity in the collection and ensure you select an option in the select field.
On the frontend, output the collection, for each entity ensure you output the select field, or dump the field.
Logs
No response
Environment
Installation
Fresh statamic/statamic site via CLI
Additional details
No response