import React from 'react'; const Checkbox = ({ checked, onChange, icon = 'check', size = '2rem' }) => { return (