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.
This commit is contained in:
Dave Pearson
2023-02-23 14:28:25 +00:00
parent d410a7c2fa
commit 6738c5686c

View File

@@ -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