Hello! I’m trying to make addon with UIList with checkboxes in items. I’m using slightly modified example from gist:
But the thing is, when I’m trying to create checkboxes (bool props) in UIList items they’re looking different from ones that are in Shape Keys native UIList with no apparent reason in the source code of UI of Blender.
But my point still stands, because it’s either bug (if this behaviour should be default if all UIList itmes) or undocumented feature (although there is nothing in python code that indicates this behaviour change) that should be default behaviour.
I know this is old, but I’ve been trying to update the checkbox of an item that is not active. Is there a way to do this through the boolean update?
Thank you