I want to write a PHP code to display a few checkboxes with different names such that the user checks one of them and clicks submit. After the user submits i want to retrieve the value of the checkbox he checked and use a case structure with the value of the checkbox. how do i do that?