selectRadioButtonInputElement method
Selects the RadioButtonInputElement elements (<input type="radio">
).
Implementation
List<HTMLInputElement> selectRadioButtonInputElement() =>
querySelectorAllTyped<HTMLInputElement>(
"input[type='radio']", Web.HTMLInputElement);