Hello there - additionally to this post:
I guess it would be a great addition, if it would be possible to append the label to the array as a standard setting.
For example if I have a checkbox_list,
rwmb_meta and rwmb_get_value provide an array with only the value in it.
It would make much more sense if they would provide an array like
([0] => value, [1] => label).
And rwmb_the_value formats the value as a list (whatever reason this has...)
So now the question: Is it possible to add a general code that adds that to ALL fields that offer label functionality? This would be a big time saver!