aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation/var
diff options
context:
space:
mode:
Diffstat (limited to 'src/manipulation/var')
-rw-r--r--src/manipulation/var/rcheckableType.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/manipulation/var/rcheckableType.js b/src/manipulation/var/rcheckableType.js
new file mode 100644
index 000000000..29049b3ae
--- /dev/null
+++ b/src/manipulation/var/rcheckableType.js
@@ -0,0 +1,3 @@
+define(function() {
+ return /^(?:checkbox|radio)$/i;
+}); \ No newline at end of file