Behaviour.register({
	'div.checkboxTable label' : function(el) {
		el.className = "row" + (num_before(el) % 2);
	}
});