From 119fcdf8be25689868b612fd51b03a68afcdee86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C5=BEe=20Vodovnik?= Date: Thu, 2 Sep 2021 12:06:31 +0200 Subject: [PATCH] fix: alias reserved dotnet keyword (#8589) --- docs/src/api/params.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/api/params.md b/docs/src/api/params.md index 18b20aeee1..47137228b6 100644 --- a/docs/src/api/params.md +++ b/docs/src/api/params.md @@ -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. ## input-checked +* langs: + - alias-csharp: checkedState - `checked` <[boolean]> Whether to check or uncheck the checkbox.