I have some data that is accessible via:
{{ content[\'term_goes_here\'] }}
... and this evaluated to either true or fals
true
fals
and add in computed :
computed: { cravings: function() { return this.content['cravings'] ? 'fa-checkbox-marked' : 'fa-checkbox-blank-outline'; } }