fix: alias reserved dotnet keyword (#8589)

This commit is contained in:
Anže Vodovnik 2021-09-02 12:06:31 +02:00 committed by GitHub
parent 87cba249a2
commit 119fcdf8be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,6 +118,8 @@ Clicks on the source element at this point relative to the top-left corner of th
Drops on the target element at this point relative to the top-left corner of the element's padding box. If not specified, some visible point of the element is used. Drops on the target element at this point relative to the top-left corner of the element's padding box. If not specified, some visible point of the element is used.
## input-checked ## input-checked
* langs:
- alias-csharp: checkedState
- `checked` <[boolean]> - `checked` <[boolean]>
Whether to check or uncheck the checkbox. Whether to check or uncheck the checkbox.