Default value: null
Causes the radio button to appear in the selected state.
Syntax
$(function () {
// Get value
var returnsValue; // Type: object
returnsValue = $(".selector").wijradio("option", "checked");
// Set value
var newValue; // Type: object
$(".selector").wijradio("option", "checked", newValue);
});
See Also