3 State Checkbox - Set Indeterminite Value

How do you set the checkbox Indeterminate value back to true? I thought I had done this before and it was as simple as using the “property-set” widget and setting indeterminate = true.

image

I’ve also tried setting the checked = false and value = false (and value = “”).

Is there a trick to this that I’m forgetting?

1 Like

I’ve never attempted this… but is your property spelled wrong?

image

indeterminAte?

Thanks. I caught that after I took the screenshot. Pasted the wrong one.

The correct spelling didn’t help my cause though.

image

1 Like

Have you tried checkedState="indeterminate" ?

I recently learned that the properties for at least some of the UI are from Kendo UI:

5 Likes

Yeah I was looking there as well. The Property itself may be “checkedState”. And the value would be [indeterminate] = “true”

just grasping at straws.

2 Likes

No Luck. Thanks for the suggestion though.

Upside, I’ve gotten better at spelling indeterminate right on the first try.

3 Likes

:face_exhaling:
It’s frustrating that this doesn’t seem to be documented anywhere

Have you thought about using a Radio Button set?

1 Like

Its more of a nice to have. I’m using it on a Dashboard Tracker Filter. It initially loads as indeterminate, but I can’t seem to set the property back to default after “reset search”

Can still manually set it back, but was hoping for a quick win.

1 Like

Tell me about it!