Requires

Provides

Radio.js

A radio button, set of connected widgets that steal checkedness from each other

License:
Public domain (http://unlicense.org).
Authors:
Yaroslaff Fedin
  1. 25
  2. 26
  3. 27
  4. 28
  5. 29
  6. 30
  7. 31
  8. 32
  9. 33
  10. 34
  11. 35
  12. 36
  13. 37
  14. 38
LSD.Widget.Input.Radio = new Class({ Extends: LSD.Widget.Paint, options: { tag: 'input', shortcuts: { space: 'click' }, command: { type: 'radio' }, writable: true } });