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!"])])
|
Answered by
wang0618
Apr 7, 2021
Replies: 1 comment 4 replies
|
You forget to add |
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
nameparameter incheckboxfunction.