Checks the checkbox element, unless a specific value is passed.
Selector for checkbox to toggle.
await setCheckbox(page, 'input[id="first-checkbox"]'); Copy
await setCheckbox(page, 'input[id="first-checkbox"]');
await setCheckbox(page, 'input[id="third-checkbox"]', false); Copy
await setCheckbox(page, 'input[id="third-checkbox"]', false);
Generated using TypeDoc
Checks the checkbox element, unless a specific value is passed.