Survey-library: Do we have checkbox & textfield combination?

Created on 11 May 2020  路  4Comments  路  Source: surveyjs/survey-library

I want to display a question which consists of checkboxes with the other option, on which user can enter some text to _other_ option. Something like this:

What programming languages do you know?

  • [ ] Java

  • [ ] JavaScript

  • [ ] Typescript

  • [ ] Others - Please enter your language name.

question

All 4 comments

The "checkbox" question has the 'hasOther' property. You can set it to true and I believe you will exactly your case implemented.

Great, That worked!
image
However, I want to remove (describe) here, is there a way to do that?

I must say, it's a great library. Cheers mate! Thank you for your support and great work.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

misamura picture misamura  路  4Comments

aslanbeily picture aslanbeily  路  4Comments

GuiAfonso picture GuiAfonso  路  4Comments

Zucka picture Zucka  路  4Comments

madceb picture madceb  路  3Comments