aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation/var/rcheckableType.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/manipulation/var/rcheckableType.js')
-rw-r--r--src/manipulation/var/rcheckableType.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/manipulation/var/rcheckableType.js b/src/manipulation/var/rcheckableType.js
new file mode 100644
index 000000000..25bbcb418
--- /dev/null
+++ b/src/manipulation/var/rcheckableType.js
@@ -0,0 +1,5 @@
+define( function() {
+ "use strict";
+
+ return ( /^(?:checkbox|radio)$/i );
+} );