Shall I use the :radio selector

Shall I use the :radio selector

In the learning center,

 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 DOM querySelectorAll() method. For better performance in modern browsers, use [type="radio"] instead.

I am new to jQuery and I wonder why the :radio selector is created in jQuery. Shall I use it?