Hello Will,
Please use this code in View to get the switch value and output the field label Yes/No
{% set switch = mb.rwmb_meta( 'vacation_mode', { object_type: 'setting' }, 'vacation' ) %}
{{ mb.checkbox( switch, 'Yes', 'No' ) }}
Assume that: vacation
is the option name and vacation_mode
is the switch field ID.