From 6738c5686c49d17a8e9823ea54c5db5b90a479fc Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Thu, 23 Feb 2023 14:28:25 +0000 Subject: [PATCH] Correct the wording of the description of Switch.value It's not just the default value, it's the ongoing value too and can be used to change the switch. --- docs/widgets/switch.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/widgets/switch.md b/docs/widgets/switch.md index 1cb77be6e..0b497da50 100644 --- a/docs/widgets/switch.md +++ b/docs/widgets/switch.md @@ -28,9 +28,9 @@ The example below shows switches in various states. ## Reactive Attributes -| Name | Type | Default | Description | -|---------|--------|---------|----------------------------------| -| `value` | `bool` | `False` | The default value of the switch. | +| Name | Type | Default | Description | +|---------|--------|---------|--------------------------| +| `value` | `bool` | `False` | The value of the switch. | ## Bindings