Component - Switch and checkbox patterns
This UI component shows how to use switches and checkboxes in a React Native app. Switches let users turn options on or off with a sliding toggle. Checkboxes let users select or deselect options by tapping a box. Both update the screen when changed.