View Single Post
06/06/14, 07:51 AM   #6
Froali
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 13
I think i found another little bug in checkbox.lua:70

In function UpdateValue. In order to set the checkbox initial value to the actual current value, shouldn't it be
Lua Code:
  1. else
  2.      control.value = control.data.getFunc()
  3. end
In your original code it simple sets value = .... resulting in the checkbox being false all the time