Hi ristola,
You can inspect those elements for the CSS class that is creating that checkered pattern, and then add that class to the attribute you'd like it displayed on via an ng-class attribute, like,
<div ng-class="{ 'point-disabled': slaveMonitor.value === false }"></div>