$(document).ready(function(){
	$("input[type=checkbox]").checkbox({
	  cls:'jquery-checkbox'
	});
	$('input[type=radio]').checkbox({
	  cls:'jquery-radio'
	});

});

