Wijmo UI for the Web
checked Option
wijmo.radio.wijradio Namespace > options type : checked Option

Default value: null

Causes the radio button to appear in the selected state.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijradio("option", "checked");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijradio("option", "checked", newValue);
        
});
var checked : object;
See Also

Reference

options type
wijradio jQuery Widget