[
	{id: 1, text: "Stephen King", open: 1, checkbox: "hidden", items: [
		{id: 3, text: "The Dead Zone", checked: 1},
		{id: 4, text: "The Running Man", checked: 1},
		{id: 5, text: "The Talisman"},
		{id: 6, text: "The Tommyknockers"},
		{id: 7, text: "The Green Mile"},
		{id: 8, text: "The Girl Who Loved Tom Gordon", checked: 1},
		{id: 9, text: "Dreamcatcher"},
		{id: 10, text: "Blood and Smoke"}
	]},
	{id: 2, text: "Misc", open: 1, checkbox: "hidden", items: [
		{id: 11, text: "Privacy and Terms.pdf", checked: 1, checkbox: "disabled"},
		{id: 12, text: "Licence Agreement.pdf", checked: 1, checkbox: "disabled"}
	]}
]