SetGadgetItemState(#Gadget, Item, State)
currently State can only be 0 or 1 so the checkbox can be selected or unselected but neither hidden, half-selected or disabled.
New usage suggestion:
SetGadgetItemState(#Gadget, Item, State)
State:
#PB_Checkbox_Checked
#PB_Checkbox_Unchecked
#PB_Checkbox_Inbetween
#PB_Checkbox_Disabled
#PB_Checkbox_Hidden
Dunno if both are disabled and hidden are needed, at least disabled would be useful. Would make my app look less confusing to end users as i list time entries per day and being able to select time entries in the past, makes no sense without a time machine for my app
