rcheckableType.js 79 B

12345
  1. define( function() {
  2. "use strict";
  3. return ( /^(?:checkbox|radio)$/i );
  4. } );