
Kirk S. answered 05/29/19
Tutor
5
(1)
Coding is fun
You don't want visbility:hidden I stead you want to use display:none.
so it would look like this
<div id=“CheckBox” style=“display:none”></div>
Hope this helps if you have any more questions feel free to message me.
kirk