You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a CheckboxTriGroup, what would the type of the state be? For CheckboxGroup, this is Set<CheckboxKey>, where if the checkbox is checked then it's in the Set otherwise not. But for CheckboxTri this wouldn't work, since you can't have "half" a set membership.
Instead, we might need to have something like a Map<CheckKey, boolean | 'indeterminate'>.
See comment here: #136 (comment)
Could maybe just allow customizing the inner element of
CheckboxField
/CheckboxGroup
.The text was updated successfully, but these errors were encountered: