Wijmo UI for the Web
wijradio jQuery Widget
Decorate standard HTML radio button elements.
Syntax
Javascript (Usage) 
$(function () {
    var options; // Type:  wijmo.radio.wijradio.options
     
    $(".selector").wijradio(options);
});
Javascript (Specification) 
function wijradio() : any;
Browser Compatibility
7
5
5
Options
 NameDescription
public Optionchecked

Default value: null

Causes the radio button to appear in the selected state.

 
Top
Methods
 NameDescription
public MethoddestroyRemove the functionality completely. This will return the element back to its pre-init state.  
public MethodrefreshUse the refresh method to set the radio button's style.  
public MethodwidgetReturns a jQuery object containing the original element or other relevant generated element.  
Top
Events
 NameDescription
public EventchangedA function called when checked state is changed.  
Top

See Also

Widgets

Radio

Reference

wijradio jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.