input[type=checkbox]:checked+label .chooseme:after {
	content:'Kiválasztva'
}

input[type=checkbox]+label .chooseme:after {
	content:'Kiválaszt'
}
