A window size increase (or zoom out) or decrease
(change in psgeoSmallDisplayMode)
can render some checkboxes inoperational.
This is a problem because we need to have one control in two different places.
Solved by making changes in the resize event listener set in psgeoFinishLoading.
document.getElementById() and element.insertBefore() were used.
Also in frequent use: style.display=block|float|none
A window size increase (or zoom out) or decrease (change in psgeoSmallDisplayMode) can render some checkboxes inoperational. This is a problem because we need to have one control in two different places.