I think I have it solved, I added an extra conditional to each item. The “if true” value is two quotes separated by a line break.
`{{IF(fruit=1,fruit_val,””)}}{{IF(fruit=1,”
“,””)}}{{IF(bread=1,bread_val,””)}}{{IF(bread=1,”
,””)}}{{IF(drink=1,drink_val,””)}}{{IF(drink=1,”
,””)}}
and so on….
I hope that helps someone else!