import styles from "./Checkbox.module.scss"; export const Checkbox = ({ checkboxId, variable, toggleFunction, state = "idle", size = "2.8rem", color = "var(--primary_600_color)", borderWidth = "0.2rem", padding = "2rem", }) => { return (
); };