.formcheckbox::after {
    content: '';
    display: table;
    clear: both;
}

.formcheckbox input.checkbox {
    float: left;
}