Wijmo UI for the Web
widget Method
wijmo.checkbox Namespace > wijcheckbox type : widget Method
Returns a jQuery object containing the original element or other relevant generated element.
Syntax
$(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("");
    
          var returnsValue; // Type:  JQuery
    returnsValue = widgetInstance.widget();
});
function widget() : JQuery;
See Also

Reference

wijcheckbox type
wijcheckbox jQuery Widget