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
Copy file name to clipboardExpand all lines: components/checkbox/overview.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ The CheckBox provides the following features:
42
42
*`Value` and `bind-Value`- mapped to the `Checked` property of the normal HTML checkbox
43
43
* The `Value` and `bind-Value` accept `bool` and `bool?` types
44
44
*`Indeterminate` and `bind-Indeterminate` - see the [Indeterminate state]({%slug checkbox-indeterminate-state%}) article for more information and examples
45
+
*`IndeterminateChanged` - see the [CheckBox events]({%slug checkbox-events%}) article for more information and example
45
46
* Validation - see the [Input Validation]({%slug common-features/input-validation%}) article for more details.
0 commit comments