mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge pull request #1867 from davep/fix-switch-wording
Correct the wording of the description of `Switch.value`
This commit is contained in:
@@ -29,8 +29,8 @@ The example below shows switches in various states.
|
|||||||
## Reactive Attributes
|
## Reactive Attributes
|
||||||
|
|
||||||
| Name | Type | Default | Description |
|
| Name | Type | Default | Description |
|
||||||
|---------|--------|---------|----------------------------------|
|
|---------|--------|---------|--------------------------|
|
||||||
| `value` | `bool` | `False` | The default value of the switch. |
|
| `value` | `bool` | `False` | The value of the switch. |
|
||||||
|
|
||||||
## Bindings
|
## Bindings
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user