Checkboxes; hidden input and Laravel request solutions
Published on
Checkboxes are an HTML element that allows you to define a simple on/off piece of information. However, developers often stumble across an issue where if the checkbox is not checked, then no information is sent to the server. When making a POST reque…