Decorate standard HTML radio button elements.
Syntax
Javascript (Specification) | |
---|
function wijradio() : any;
|
Browser Compatibility
Options
| Name | Description |
| checked | Default value: null Causes the radio button to appear in the selected state. |
Top
Methods
| Name | Description |
| destroy | Remove the functionality completely. This will return the element back to its pre-init state. |
| refresh | Use the refresh method to set the radio button's style. |
| widget | Returns a jQuery object containing the original element or other relevant generated element. |
Top
Events
| Name | Description |
| changed | A function called when checked state is changed. |
Top
See Also
Widgets
Radio
Reference
wijradio jQuery Widget