Project

General

Profile

1
define( function() {
2
	"use strict";
3

    
4
	return ( /^(?:checkbox|radio)$/i );
5
} );
(1-1/3)