mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Correct typo in the Checkbox input description
Apparently I can't type on Sunday nights.
This commit is contained in:
@@ -127,7 +127,7 @@ class Checkbox(Widget, can_focus=True):
|
||||
|
||||
Attributes:
|
||||
value (bool): The value that the checkbox was changed to.
|
||||
input (Checkbox): The checkout widget that was changed.
|
||||
input (Checkbox): The `Checkbox` widget that was changed.
|
||||
"""
|
||||
|
||||
def __init__(self, sender: Checkbox, value: bool) -> None:
|
||||
|
||||
Reference in New Issue
Block a user