0👍
✅
I’ve found the solution.
In the checkbox template instead of using @input="updateField()"
I replaced that with @change="updateField()"
That’s all!
Source:stackexchange.com