Form toggles are components such as checkbox, radio, switch and select.
Checkboxes are most commonly used to give users a way to make a range of selections (zero, one, or multiple). They may also be used as a way to have users indicate they agree to specific terms and services.
Use radio buttons to present each item in a list of options where users must make a single selection.
Switches toggle the state of a single setting on or off.
Select lets users choose one option from an options menu. Consider select when you have 4 or more options, to avoid cluttering the interface.