summaryrefslogtreecommitdiff
path: root/lib/dijit/form/RadioButton.js
blob: 154bdd4bc1929ae375aae8282d4d63600acd1d96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
	Copyright (c) 2004-2010, The Dojo Foundation All Rights Reserved.
	Available via Academic Free License >= 2.1 OR the modified BSD license.
	see: http://dojotoolkit.org/license for details
*/


if(!dojo._hasResource["dijit.form.RadioButton"]){
dojo._hasResource["dijit.form.RadioButton"]=true;
dojo.provide("dijit.form.RadioButton");
dojo.require("dijit.form.CheckBox");
}