As a general rule of thumb, radio buttons should be used when there’s a range of options and only one option can be chosen.
Checkboxes are should be used when more than one option can be selected.
Where possible, checkboxes and radio buttons should be used instead of dropdowns. Use dropdowns when there are more than 4 options to choose from.