"If equals" helper, or equivalent?

Is there any way to use slightly more sophisticated logic with the visibility attribute? I’d like to do {{#if visibility="paid"}}, rather than using hacky CSS and JS to do the same thing. Is it possible to do something like this with handlebars?

I’m not sure what you’re asking for.

However, this may be useful

{{#if @member.paid}}

Or

{{#if @member}}