Jump to content
  • 0

How to prompt for Checkbox or radio button with options but single select..


Deadpullowo

Question

3 answers to this question

Recommended Posts

2 hours ago, Enyby said:

Use gg.choice.

[added 1 minute later]

And for this example enough one checkbox: "male" if checked and "female" if not.

I read gg.choice..

 

But how to add multiple Ui elements in single window..

I need another number  input..

Thats why i use prompt

Link to comment
Share on other sites

On 9/1/2019 at 12:26 PM, Deadpullowo said:

I read gg.choice..

 

But how to add multiple Ui elements in single window..

I need another number  input..

Thats why i use prompt

data = gg.prompt({"Mail","Female","Input Number"},{false,false,0},{"checkbox", "checkbox", "number"})

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.