.ys-form-checkbox {
    font-size: 12px;
    user-select: none;
    line-height: 14px;
}

.ys-form-checkbox input {
    height: unset;
    margin-right: 5px;
}

.ys-form-checkbox:not(:has(input:checked)) + input,
.ys-form-checkbox:not(:has(input:checked)) + button {
    opacity: 0.6;
    pointer-events: none;
}
