.checkboxSwitches {
	display: block;
	font-size: small;
}

.checkboxSwitch::before {
	content: "[ ";
}

.checkboxSwitch::after {
	content: " ]";
}
