Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/html/lib/onyx/source/RadioButton.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/lib/onyx/source/RadioButton.js')
-rw-r--r--html/lib/onyx/source/RadioButton.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/html/lib/onyx/source/RadioButton.js b/html/lib/onyx/source/RadioButton.js
new file mode 100644
index 0000000..972f23f
--- /dev/null
+++ b/html/lib/onyx/source/RadioButton.js
@@ -0,0 +1,8 @@
+/**
+ A radio button designed for use within an <a href="#onyx.RadioGroup">onyx.RadioGroup</a>.
+*/
+enyo.kind({
+ name: "onyx.RadioButton",
+ kind: "Button",
+ classes: "onyx-radiobutton"
+});