I managed to get my tests to work with 'check()' rather than 'click()' for both types checkbox and radio.
await expect(page.getByRole("radio", {name : " Mozilla"})).check()