// multiple set single
new AllCheck({
	multiple: true,
	container: "div.box",
	all: "input.all",
	children: "ul input:enabled"
});

