Is there something I am doing wrong when using checkboxes in properties view of a node?
When I check or uncheck the box, I get this rectangle artifact? Below is the HTML fragment for the check box...
<div class="form-row">
<label for="node-input-delay"><i class="fa fa-check"></i> Delay (ms)</label>
<input type="checkbox" id="node-input-delay" />
</div>
Because it is enclose in a form row, it results right?