Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Radion Button Group embedded w/ TextItem

    As attached file show, how to implement such kind of UI ? It looks like Radio Button group, embeded w/ TextItem for each button. Please advice..
    Attached Files

    #2
    There isn't currently support for associating an arbitrary FormItem with each radio button, so this has to be a RadioGroupItem, then TextItem, then RadioGroupItem, then TextItem, etc, and you'll have to implement mutually exclusive selection yourself.

    Comment

    Working...
    X