temp.txt 298 B

12345678910
  1. <FormGroup>
  2. <FormControlLabel
  3. control={
  4. <Switch
  5. checked={theme}
  6. onChange={() => withTheme(theme)} />
  7. }
  8. label="Dark Mode"
  9. />
  10. </FormGroup>