Remove the functionality completely. This will return the element back to its pre-init state.
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: any
returnsValue = widgetInstance.destroy();
});
function destroy() : any;
See Also