Because:radio
is a jQuery extension and not part of the CSS specification, queries using:radio
cannot take advantage of the performance boost provided by the native DOMquerySelectorAll()
method. For better performance in modern browsers, use[type="radio"]
instead.