Wijmo UI for the Web
wijcheckbox type
Syntax
Javascript (Usage) 
$(function () {
    var options; // Type:  wijmo.checkbox.wijcheckbox.options
    
    // Create a new wijcheckbox widget
    $(".selector").wijcheckbox(options);
    
    // Get a previously created wijcheckbox widget instance
    var widgetInstance; // Type:  wijmo.checkbox.wijcheckbox
    widgetInstance = $(".selector").data("");
});
Javascript (Specification) 
function wijcheckbox;
Inheritance Hierarchy

Object
      wijmo.checkbox.wijcheckbox

Browser Compatibility
7
5
5
Constructors
 NameDescription
public Constructorwijcheckbox Constructor  
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 checkbox element's style.  
public MethodwidgetReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.checkbox Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.