I am developing a content app similar to Tours. In this I have a form that has multiple fields. Now i have a requirement like http://jsfiddle.net/5SArB/1911/ fiddle. I need
You can do this by extending either SwitchableFieldFactory or CompositeFieldFactory and coding desired behaviour there.
SwitchableFieldFactory
CompositeFieldFactory
HTH, Jan