Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/html/lib/onyx/source/RadioButton.js
blob: 972f23f1f3536a994c9244c313c9a80363bd6366 (plain)
1
2
3
4
5
6
7
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"
});