Wijmo UI for the Web
checked Option

Default value: null

Causes the radio button to appear in the selected state.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijradio("option", "checked");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijradio("option", "checked", newValue);
        
});
Javascript (Specification) 
var checked : object;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijradio jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.