A bug

can i report a bug here?

if you add a check box to a page, connect it to a database, and mark it via code - it will not be saved!!
if you mark it by clicking on it - it will save.
in both cases the connection is ok and the checkbox is marked.
same with textboxes. if their value change by code without the user entering the field - they will net be saved.

i think it is a bug.

dataset.save()

This is what i did but the submit function of the button connected to the database should save this without code.