CSS
***
.. highlight:: html
In this example, the ``rowselect`` class will be added when the ``isSelected``
binding returns ``True``:
::
Note: If the class name contains a dash, then it will need to be surrounded by
quotes e.g. ``data-bind='css: { "row-select": isSelected }``