.checkbox-label-after {
    display: flex !important;
    align-items: center;
}

/* Langelis (body su checkbox) pirmas, label — po jo. */
.checkbox-label-after > .x-form-item-body {
    order: 1;
    width: auto !important;
    flex: 0 0 auto;
}

.checkbox-label-after > .x-form-item-label {
    order: 2;
    width: auto !important;
    padding-left: 6px;
    text-align: left;
    cursor: default;
}

.checkbox-label-after > .x-form-item-label span {
    width: auto !important;
}
