I\'d like to use a property on my ViewModel to toggle which icon to display without creating a separate computed property of the inverse. Is this possible?
When using an observable in an expression you need to access it as a function like:
visible: !charted()