givanz / VvvebJs

Drag and drop page builder library written in vanilla javascript without dependencies or build tools.
https://www.vvveb.com/vvvebjs/editor.html
Apache License 2.0
7.1k stars 1.62k forks source link

Input type textbox reuired checkbox not checked existing value #168

Closed vktatak closed 3 years ago

vktatak commented 4 years ago

We are trying to make required based on the property . But old property what given checking in the time required checkbox not selected.

` `

I checked the checkbox input not working in the editor. Please have a look.

vktatak commented 4 years ago

image image

after again same text box click in the time checkbox not checked.

givanz commented 3 years ago

Hi

Thanks for the bug report, I fixed checkbox input set value in the last commit.

vktatak commented 3 years ago

It's working fine. Great Job!