/* Hides the checkbox value text (e.g. "Yes") */
.just-checkbox .checkbox-label {
    display: none;
}