selectCheckboxInputElement method
Selects the CheckboxInputElement elements (<input type="checkbox">
).
Implementation
List<CheckboxInputElement> selectCheckboxInputElement() =>
querySelectorAllTyped<CheckboxInputElement>("input[type='checkbox']");