TWebDBCheckBox error use ElementID


An error occurs when connecting to the ElementID property of a TWebDBCheckBox the error below occurs

html
<input id="view.empresa.form.cbtest" class="form-control" type="checkbox">


ERROR
Uncaught NotFoundError: Failed to execute 'removeChild' on 'Node'

We traced & solved the issue. The next update will address this.



There is a version already that I can bind the checkbox in html by elementID.

<div class="form-group">
                      <div class="custom-control custom-checkbox small">
                        <input type="checkbox" class="custom-control-input" id="login.check">
                        <label class="custom-control-label" for="customCheck">Lembre-me</label>
                      </div>
                    </div>

error:

ERROR
TypeError: chk is null | this.UpdateElementData@http://localhost:8000/MeuClickOnline/MeuClickOnline.js:13027:24
this.UpdateElement@http://localhost:8000/MeuClickOnline/MeuClickOnline.js:15801:9
this.SetShowFocus@http://localhost:8000/MeuClickOnline/MeuClickOnline.js:15198:9
this.CreateInitialize@http://localhost:8000/MeuClickOnline/MeuClickOnline.js:13141:7
this.CreateWithID@http://localhost:8000/MeuClickOnline/MeuClickOnline.js:16605:7
this.Create$2@http://localhost:8000/MeuClickOnline/MeuClickOnline.js:16895:7
createClass/c.$create@http://localhost:8000/MeuClickOnline/MeuClickOnline.js:283:11
this.LoadDFMValues@http://localhost:8000/MeuClickOnline/MeuClickOnline.js:31421:27
this.DoCreate@http://localhost:8000/MeuClickOnline/MeuClickOnline.js:21002:7
this.Create$2@http://localhost:8000/MeuClickOnline/MeuClickOnline.js:21300:7
createClass/c.$create@http://localhost:8000/MeuClickOnline/MeuClickOnline.js:283:11
DoStatusCreate@http://localhost:8000/MeuClickOnline/MeuClickOnline.js:21922:26

at http://localhost:8000/MeuClickOnline/MeuClickOnline.js [13027:24]



We have not yet released an update. We are working hard to have an update as soon as possible. There is a lot of overall activity on the code-base and as soon as we have progress on this, we will release an update.