Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I had posted this in the Fusion API forum, but is more likely a bug.
Using Python.
In my UI dialog created using CommandCreatedHandler I have two checkboxes, created using "inputs.addBoolValueInput", with a "inputs.addTextBoxCommandInput" between the two.
If the Fusion theme is "Fusion Classic" they both work as expected, they are clickable and they turn on and off.
But if the theme is "Light Gray" or "Dark Blue", the 2nd checkbox does not work, can't be unchecked if it's checked by default or can't be checked if it's unchecked by default.
This is the sequence in the code:
inputs.addBoolValueInput()
inputs.addTextBoxCommandInput()
inputs.addBoolValueInput()
inputs.addTextBoxCommandInput()
I'm using the latest version of Fusion as of today (v.2603.0.86 – July 14, 2025), I didn't try this in previous versions.
Solved! Go to Solution.