Replace multiple select with checkboxes using jQuery
##Using
Download jquery.multicheck.min.js and include it into the <head> tag of your web page:
<script type="text/javascript" src="/js/multicheck.js/jquery.multicheck.min.js"></script>
Add the following code to your domready function:
<script type="text/javascript">
$('select[multiple]').multicheck();
</script>