blob: 25bbcb418843796377012c1b2ec2fefc30cc3d02 [file] [log] [blame]
Copybara botbe50d492023-11-30 00:16:42 +01001define( function() {
2 "use strict";
3
4 return ( /^(?:checkbox|radio)$/i );
5} );