1
2
3
define(function() {
    return (/^(?:checkbox|radio)$/i);
});