select get_field_object
<?php $field = get_field_object( 'field_name' ); $value = get_field( 'field_name' ); $label = $field['choices'][ $value ];