Set Route options for fields like CheckBox and Date

Need Help to set route options for buttons for checkbox and date fields. All other fields are working with the below type code

frappe.route_options = {	
	   	'dob': frm.doc.dob,
		'knee':frm.doc.knee,   		
	};

DOB is the date field and the Knee is the checkbox field. Field names are the same in both doctypes.

@CA_B.C_Chechani, Sir, Were you able to achieve this, I am caught in similar situation?

@CA_B.C_Chechani @Himanshu_Gupta
I am encountering similar issues, date fields seem to ignore route options…