Checkbox list with replacement text

hey guys, im 3 days trying to solve this equation, if some good heart could help with exemples, i will be very glad, its seems to be easy, but its not that easy lool

i need to create some checkbox like 10 checkboxes, when the user select it, it will populate the textbox with a different name

but the texbox output must be a different text (name) than the checkbox selection

checkbox TEXT1---> text area output ----> REDCAR
checkbox TEXT2---> text area output---->BLUECAR

if its unchecked its need to be removed,
its a checkbox multiselect questions. so 10 checkbox with one text area to be populated with different names than the selected checkboxes

the diferent answers will be given to the user at the end

What if two checkboxes are checked ?

hello my friend, if two or more checkbox are checked, it will add to the textmutiline field
exemple....
checkbox input 1 checked
checkbox input 2 checked
checkbox input 3 checked

text field

REDCAR
BLUECAR
GREENCAR

Here are some samples from my multiselect collection.
Maybe one of them will work for you.

1 Like

thanks for the replie i will try, i did not found anything like this, i want to achieve. i have searched a lot, but i will try your examples

Is there a limit on how many check boxes you might need?

hello, theres no limits, if i add more questions i just need to add the extra blocks... very glad for the replies, god bless you all

I was afraid of that.

Stop doing that, and learn

  • how to work with lists
  • how to import data from files from your Media folder

Otherwise, you will eventually overwhelm the Blocks Editor.

dont be afraid my friend lool, i will learn the lists, i just wanna see some examples in blocks, so i could just adapt later, im the kind of guy that the mind just work if i see examples lool i have app with 2000 blocks, but i never saw anything related to the question ive made

A little example for start.

Another way to make the checkbox list.