i have several products with boolean values, which i want to display below the products in a value list.
My theme allows me to input metafields to display. If the metafield value is empty it will either not show or i can select to show empty values with a custom text, f.e. " - ".
My issue is that this also applies to boolean false values, showing " - " instead of “No” or simply not showing the entire field, if i select to not show empty fields. ( this is my prefered setting, since there are a lot of fields)
How can i change settings/liquid code so boolean false values will be shown as “No”?