Bricks Version: 1.5.7
When I use a Meta Box Checkbox field to provide an enabled / disabled functionality for the user Bricks works correctly when outputting the field’s value:
{mb_whatever_the_tag_is}
correctly outputs “Yes”/“No” like the native rwmb_the_value
function does (see Checkbox - Meta Box Documentation) and “1”/“0” when used with the :value modifier.
When I use a Meta Box Switch field though there is a difference between the Bricks output and the native output:
While the native function rwmb_the_value
outputs “On”/“Off” (or whatever custom labels you specify in the field’s settings – see Switch - Meta Box Documentation) Bricks outputs “1”/“0” (which should only be the case when the :value modifier is used).
Note: In my screenshot the native output is localized since it is a German installation (“Ja” = “Yes”, “Aus” = “Off”).