if (isChecked == true) { var ISClientCheked = 0; for (i = 0; i '; i++) { if ($("#" + _clientID + "_" + [i]).is(':checked')) { ISClientCheked = 1; // checked client RadioButton break; } MsgAlert = "Please select Client name"; } if (ISClientCheked == 0) { isChecked = false; } }