PHP Radio Buttons
Radio buttons are used when you want the user to select one of a limited number of choices.
PHP Checkboxes
A radio button is a way to restrict users to having only one choice.
Like radio buttons, checkboxes are used to give visitors a choice of options.
Whereas radio buttons restrict users to only one choice, you can select more than one option with checkboxes.