Skip to content
Discussion options

You must be logged in to vote

The event e your lambdas catch will hold a reference to the control that emitted it. You could therefore do something like

callback_fn = lambda e: checkbox_changed(kick_pattern, e.control.value)
...
ft.DataColumn(ft.Checkbox(value=False, on_change=callback_fn)),
...

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pasteluengas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants