0
votes

How to do binding for the checkbox? together with the user input if they choose other here? can anyone help?

enter image description here

1
Provide html code, I think u use js to do it but I can't help without html code - Ryuk Lee
how to do it if has HTML code? - alep
use js to do it - Ryuk Lee
Can you add any details like: code used, error problem encountered? How do I ask a good question?, How to create a Minimal, Complete, and Verifiable example Show the community what you have tried. - noogui
Bind to what? What is your data model? Can you update the Q with more details? Like should user be able to select multiple, should checkboxes clear if user selects other etc... - Pavel Shkleinik

1 Answers

1
votes

The simplest implementation will be with Multiselect Widget. However, it will look slightly different:

Model

Model

Designer

Note, strToArray transformer is used in the values binding

Designer

Runtime

Runtime

For sure, you can go fancy customizing look and feel of the Multiselect with CSS or playing with input's visibility basing on selected values and so on...