Skip to content

Instantly share code, notes, and snippets.

@Tishka17
Created March 13, 2022 09:54
Show Gist options
  • Select an option

  • Save Tishka17/e9890b635dfd33393f41d41d16bad5fc to your computer and use it in GitHub Desktop.

Select an option

Save Tishka17/e9890b635dfd33393f41d41d16bad5fc to your computer and use it in GitHub Desktop.
List Group
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,
),
@uicodee
Copy link

uicodee commented Mar 13, 2022

Красава Тишка

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment