Error issue in Checkbox - Not toggle

Hi,

Please fix the error. i can’t.

Js: var self = this; this.checked = Observable(true); function checktoggle(arg) { arg.data.checked.value = !arg.data.checked.value; console.log(checked.value); } module.exports = { checktoggle: checktoggle };

UX:

Hi,

Post the code as text if you want people to help you. You need to export checked in your exports, and not encapsulate it in the self/this object. var checked = Observable(true);

Thank Bjorn :slight_smile:

Hereafter i’ll do that what u said.

Really thanks to Fuse support team. Getting answer quickly.