Once again answered my own question.
- isActive: function(options) {if(this.attr('attrName') === 'true') {return options.fn(this);}else {return options.inverse(this);}},
So yeah, I am pretty much talking to myself right now. Sorry for the noise.