test("should have a role of `checkbox`", async () => {
        await root.evaluate(node => {
            node.innerHTML = /* html */ `
                <fast-checkbox></fast-checkbox>
            `;