When getting a collection of checkboxes, if I pass a length option, this error is thrown:
Error: the domexception "InvalidStateError: Failed to read the 'selectionStart' property from
'HTMLInputElement': The input element's type ('radio') does not support selection."
Example Code
it "has teams checked", ->
cy.get(".teams-component").find(":checked", {length: 2})
Command Log

When getting a collection of checkboxes, if I pass a
lengthoption, this error is thrown:Example Code
Command Log
