-
Notifications
You must be signed in to change notification settings - Fork 396
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
[FluentCheckbox] Add 3-states (check/uncheck/indeterminate) #1022
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-pebble-0dc79cb03-1022.westeurope.3.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-pebble-0dc79cb03-1022.westeurope.3.azurestaticapps.net |
Great! Generated SWA works now. |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-pebble-0dc79cb03-1022.westeurope.3.azurestaticapps.net |
[FluentCheckbox] Add 3-states (check/uncheck/indeterminate)
Added these new properties:
The current
Value
and the newCheckState
properties are bindable.Result
The first example has
ThreeState = true
and the user can switch between Unchecked / Checked / Indeterminate.The second example has
ThreeState = false
and the user can only switch between Unchecked / Checked.The third example has
ThreeState = true
andShowIndeterminate = true
, so the first state can be Indeterminate (or updated by code), but the user can only switch between Unchecked / Checked.Unit Tests
Unit tests included.
![image](https://private-user-images.githubusercontent.com/8350694/285603317-48743dd1-05c0-4b23-b22a-27601d715bcb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMDEzNjksIm5iZiI6MTczOTEwMTA2OSwicGF0aCI6Ii84MzUwNjk0LzI4NTYwMzMxNy00ODc0M2RkMS0wNWMwLTRiMjMtYjIyYS0yNzYwMWQ3MTViY2IucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDlUMTEzNzQ5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MDhiNWU5NGM2OTE3ZDc0ZTY5ODJmZTU3Njk1ZjBhNzMxMjc4MDU3YzIzMzczNzg4NTljOGI4NmRmMzRkNmI3ZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.3BFXAYRnm4ItveaTDNNFx8hEbx3-fQzrJzr5SXEcxXM)