/* this makes the checkbox show the value as a label */
/* need this in waterfall for deemed chkbox */
[type=checkbox]:after {
    content: attr(value);
    margin: 0px 20px;
    vertical-align: top;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
}