I am trying to configure a checkbox to have an intermediate state. From reading the documentation, this sounded like an easy task. I have read through the forums and not found anything about it either (probably because it really is easy, and I am missing something). I found this post (Indeterminate checkboxes), but it seems to predate what is currently built into anvil.
I have tried programmatically creating the checkbox and using the gui editor to set the allow_intermediate property to True.
I don’t think you’re missing anything. In a Material Design theme, the checkbox will show with a dash inside of it. In the Material Design 3 theme, there doesn’t seem to be a difference between unchecked and the indeterminate state.
Hopefully someone good with CSS can suggest a fix for this.