textarea {
    resize: none;
}
input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translate(-46%, -50%);
    background: white;
}
