$(document).ready(function() {
	$('input:checkbox').checkbox({cls:'jquery-allegro-checkbox'});
});