Created
March 13, 2022 09:54
-
-
Save Tishka17/e9890b635dfd33393f41d41d16bad5fc to your computer and use it in GitHub Desktop.
List Group
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Window( | |
| Const( | |
| "Greetings! SOme very very very very very very very very very very very very very very long descr" | |
| ), | |
| ListGroup( | |
| Checkbox( | |
| Format("✓ {item}"), | |
| Format(" {item}"), | |
| id="check", | |
| ), | |
| Row( | |
| Radio( | |
| Format("🔘 {item} - {data[item]}"), | |
| Format("⚪️ {item} - {data[item]}"), | |
| id="radio", | |
| item_id_getter=str, | |
| items=["one", "two", "three"], | |
| ) | |
| ), | |
| id="lg", | |
| item_id_getter=str, | |
| items=["apple", "orange", "pear"], | |
| ), | |
| MessageInput(name_handler), | |
| state=DialogSG.greeting, | |
| ), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Красава Тишка