Merge pull request #1867 from davep/fix-switch-wording

Correct the wording of the description of `Switch.value`
This commit is contained in:
Will McGugan
2023-02-23 14:41:08 +00:00
committed by GitHub

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