If I understood you right, this is the binding you are looking for.
data-bind="text: isApproved, css: {
'label' : true,
'label-success' : isApproved(),
'label-important': !isApproved()
}"
I hope it helps.
If I understood you right, this is the binding you are looking for.
data-bind="text: isApproved, css: {
'label' : true,
'label-success' : isApproved(),
'label-important': !isApproved()
}"
I hope it helps.