ACF allows you to output in the query for the post both values and labels for select fields (including multi select).
Can we get the same type of functionality in Meta Box?
I am currently using Etch (https://etchwp.com/) for my builder and it doesn't support PHP calls so I can't just add in a function to return the label based on the value of the items selected.
This seems backwards anyways. This information should be included as it is what in most cases would be displayed. In ACF (when enabled) you can just access it in the query by adding a .value to the custom field name.
I am really hoping something like this can be added to Meta Box...
If not is there some way I can manipulate the query directly via a code snippet (or some other setting/means/etc) and all the select fields I have in the query and get them to return the label for the post instead of the values.