UNPKG

dijit

Version:

Dijit provides a complete collection of user interface controls based on Dojo, giving you the power to create web applications that are highly optimized for usability, performance, internationalization, accessibility, but above all deliver an incredible u

17 lines (13 loc) 352 B
define([ "dojo/_base/declare", // declare "./CheckBox", "./_RadioButtonMixin" ], function(declare, CheckBox, _RadioButtonMixin){ // module: // dijit/form/RadioButton return declare("dijit.form.RadioButton", [CheckBox, _RadioButtonMixin], { // summary: // Same as an HTML radio, but with fancy styling. baseClass: "dijitRadio" }); });