Skip to content

Commit 4794afc

Browse files
svdimitrmarin-bratanov
authored andcommitted
docs(checkbox): Update overview where value accepts bool and bool?
1 parent 98a3d75 commit 4794afc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/checkbox/overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The CheckBox provides the following features:
4040
* `Id` - renders as the `id` attribute on the `<input />` element, so you can attach a `<label for="">` to it.
4141
* `TabIndex` - the `tabindex` attribute rendered on the CheckBox.
4242
* `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
4444
* `Indeterminate` and `bind-Indeterminate` - see the [Indeterminate state]({%slug checkbox-indeterminate-state%}) article for more information and examples
4545
* Validation - see the [Input Validation]({%slug common-features/input-validation%}) article for more details.
4646

@@ -81,4 +81,3 @@ else
8181
* [Live Demo: CheckBox](https://demos.telerik.com/blazor-ui/checkbox/overview)
8282
* [CheckBox Events]({%slug checkbox-events%})
8383
* [Indeterminate State]({%slug checkbox-indeterminate-state%})
84-

0 commit comments

Comments
 (0)