Hi, you're right about rwmb_meta()
. It returns the value stored in the meta value.
If you want to retrieve the label, instead of value, you can use the internal helper function:
rwmb_the_value( $field_id )
This function accepts the same arguments as rwmb_meta
and it displays the "meaningful" value to human.
rwmb_the_value( $field_id, $args = array(), $post_id = null, $echo = true )