check toggle converted to true / false
diff --git a/hr/doctype/leave_application/leave_application_calendar.js b/hr/doctype/leave_application/leave_application_calendar.js
index eebd559..398664e 100644
--- a/hr/doctype/leave_application/leave_application_calendar.js
+++ b/hr/doctype/leave_application/leave_application_calendar.js
@@ -6,5 +6,12 @@
 		"title": "title",
 		"status": "status",
 	},
+	options: {
+		header: {
+			left: 'prev,next today',
+			center: 'title',
+			right: 'month'
+		}
+	},
 	get_events_method: "hr.doctype.leave_application.leave_application.get_events"
 })
\ No newline at end of file