Wijmo UI for the Web
wijradio jQuery Widget
Decorate standard HTML radio button elements.
Syntax
$(function () {
    var options; // Type:  wijmo.radio.wijradio.options
     
    $(".selector").wijradio(options);
});
function wijradio() : any;
Options
 NameDescription
public Option

Default value: null

Causes the radio button to appear in the selected state.

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

Widgets

Radio

Reference

wijradio jQuery Widget