$(function () { var options; // Type: wijmo.radio.wijradio.options $(".selector").wijradio(options); });
function wijradio() : any;
$(function () { var options; // Type: wijmo.radio.wijradio.options $(".selector").wijradio(options); });
function wijradio() : any;
Name | Description | |
---|---|---|
checked | Default value: null Causes the radio button to appear in the selected state. |
Name | Description | |
---|---|---|
destroy | Remove the functionality completely. This will return the element back to its pre-init state. | |
refresh | Use the refresh method to set the radio button's style. | |
widget | Returns a jQuery object containing the original element or other relevant generated element. |