Hello,
I’m currently experimenting with the new Perspective Form component in Ignition 8.3.
I want a triState checkbox in my form that defaults to state “Indeterminate” (which seems quite common to me) to ensure an operator can also set it to NOT OK. However I can’t get this to work.
I’ve configured the form widget as follows;
(its missing a “selected”-property as opposed to a normal checkbox-component)
The only way I see to achieve what I want, is by creating a property with the same Id under “props.data” and set its value to “null” in advance.
![]()
But then, I would have to create this property everytime via a script or something when the form is opened. Which doesn’t really seem ‘clean’ to me and also removes the dynamic aspect of what I’m trying to create.
Because when I cancel the form, it defaults to value “false” → empty checkbox.
Thankyou very much in advance for any help or advice!
Kind regards,


