checkbox overrites existing element in input_group #61
Answered
by
wang0618
mawoka-myblock
asked this question in
Q&A
-
Yea, me and my dumb msitakes again... Words = input_group("Some text", [input("Please Enter The German Word:", name="Lang1", required=True),
input("Please Enter The Translation:", name="Lang2", required=True),
checkbox(options=["Done!"])])
|
Beta Was this translation helpful? Give feedback.
Answered by
wang0618
Apr 7, 2021
Replies: 1 comment 4 replies
-
You forget to add |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
mawoka-myblock
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You forget to add
name
parameter incheckbox
function.