From a4e10aa74c61ae556c9168cb69f4150b1c573536 Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:01:13 +0200 Subject: [PATCH] kb(Switch): Add KB for indeterminate Switch --- knowledge-base/switch-indeterminate-state.md | 75 ++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 knowledge-base/switch-indeterminate-state.md diff --git a/knowledge-base/switch-indeterminate-state.md b/knowledge-base/switch-indeterminate-state.md new file mode 100644 index 000000000..9ef0dc80a --- /dev/null +++ b/knowledge-base/switch-indeterminate-state.md @@ -0,0 +1,75 @@ +--- +title: Add Indeterminate Switch State +description: Learn how to customize the Telerik Switch for Blazor and add an indeterminate state when the component Value is null. +type: how-to +page_title: How to Add Indeterminate State to the Telerik Switch for Blazor +slug: switch-kb-indeterminate-state +tags: blazor, switch, css, styling +ticketid: 1677869, 1587745 +res_type: kb +--- + +## Environment + +
Product | +Switch for Blazor | +
Switch Value
: @( SwitchValue?.ToString().ToLowerInvariant() ?? "null" )