wijmo.radio.wijradio Namespace > options type : checked Option |
Default value: null
Causes the radio button to appear in the selected state.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijradio("option", "checked"); // Set value var newValue; // Type: object $(".selector").wijradio("option", "checked", newValue); }); |
Javascript (Specification) | |
---|---|
|