Wijmo UI for the Web
checked Option

Default value: null

Causes the checkbox to appear with a checkmark.

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

See Also

Reference

options type
wijcheckbox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.