import React from "react"; import styles from "./Slider.module.css"; const Slider = ({ label, checked, toggleChecked }) => { return (