$(document).ready(function(){
		$('input[type=checkbox],input[type=radio]').prettyCheckboxes({
			checkboxWidth: 17, // The width of your custom checkbox
			checkboxHeight: 17,
			display: 'inline' // The style you want it to be display (inline or list)
		});
	});

