I am trying to test UI in react with jest. My problem is related to checkbox click.
expect(screen.getByTestId("change-modalityButton")).toBeInThe