iin check box i not check what will be the value code example
Example 1: how to change checkbox state in jquery
$('[name="SelectedGroup"]').prop('checked', true);
Example 2: how to change a checkbox to be selected
$(".myCheckBox").selected(true);