mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add a placeholder docstring to the radio button
This commit is contained in:
@@ -6,6 +6,11 @@ from ._toggle import ToggleButton
|
||||
|
||||
|
||||
class RadioButton(ToggleButton):
|
||||
"""A radio button widget that represents a boolean value.
|
||||
|
||||
TODO: Mention that this is best used in a RadioSet (yet to be added).
|
||||
"""
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
label: str,
|
||||
|
||||
Reference in New Issue
Block a user