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
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The CheckBox provides the following features:
40
40
*`Id` - renders as the `id` attribute on the `<input />` element, so you can attach a `<label for="">` to it.
41
41
*`TabIndex` - the `tabindex` attribute rendered on the CheckBox.
42
42
*`Value` and `bind-Value`- mapped to the `Checked` property of the normal HTML checkbox
43
-
* The `Value` and `bind-Value` accept `bool`type
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
45
* Validation - see the [Input Validation]({%slug common-features/input-validation%}) article for more details.
0 commit comments