If more than one checkbox is selected the $_POST value only shows the last checkbox has been selected. How can I parse multiple checkboxes (if multiple checkboxes has been selected) ?
Since Bootstrap's col-xs-* classes are applicable to all form elements, you can use them on your checkboxes too! This way, the checkboxes will be evenly spread out ...