ares-ide
Version:
A browser-based code editor and UI designer for Enyo 2 projects
13 lines (11 loc) • 330 B
JavaScript
/**
_onyx.RadioButton_ is a radio button designed for use within an
[onyx.RadioGroup](#onyx.RadioGroup).
For more information, see the documentation on
[Buttons](building-apps/controls/buttons.html) in the Enyo Developer Guide.
*/
enyo.kind({
name: "onyx.RadioButton",
kind: "enyo.Button",
classes: "onyx-radiobutton"
});