Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to disable checkbox indeterminate mode #1492

Merged
merged 2 commits into from Nov 16, 2022

Conversation

exyi
Copy link
Member

@exyi exyi commented Oct 23, 2022

resolves #862

The syntax is <dot;CheckBox DisableIndeterminate, the property is only valid when the checkbox is used in boolean mode, not collection mode. It's not AllowIndeterminate, because then you'd
have to type the =false, since we don't want to
make it a default option.

resolves #862

The syntax is `<dot;CheckBox DisableIndeterminate`, the property is only
valid when the checkbox is used in boolean mode, not collection mode.
It's not AllowIndeterminate, because then you'd
have to type the `=false`, since we don't want to
make it a default option.
@exyi exyi marked this pull request as ready for review October 23, 2022 15:23
@acizmarik acizmarik merged commit 095db4b into main Nov 16, 2022
@acizmarik acizmarik deleted the checkbox-disable-indeterminate branch November 16, 2022 11:45
@exyi exyi added this to the Version 4.1 milestone Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Checkbox Indeterminate as bindable
2 participants