Javascript – How to handle an event of a child element, on a parent element?
I have a component that contains a Checkbox component from the @fluentui/react-components library, and I am using an onChange event on the Checkbox component. const ContactText = ({ contact, contactKey, selectedContacts, setSelectedContacts }) => { return ( <div> <img src={contactIcon}…