Announcement

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

    How to add text box item to radio button label

    Hi,

    I want to know, how to create a complex design by having a text item in the radio button caption.

    Please see the attachment for my requirement and let me know.

    Thanks in advance,
    Kothandaraman N.
    Attached Files

    #2
    There is no straight forward way to do that, since setValueMap() is how you populate the RadioGroup. Each row could be a CanvasItem and with x columns the first being a single radio without a title, then you would need to write your own logic to make sure selecting one will unselect the others. This is possible, not easy, but would require some playing around.

    Comment


      #3
      Originally posted by svjard
      There is no straight forward way to do that, since setValueMap() is how you populate the RadioGroup. Each row could be a CanvasItem and with x columns the first being a single radio without a title, then you would need to write your own logic to make sure selecting one will unselect the others. This is possible, not easy, but would require some playing around.
      Okay @svjard.. Thanks.. I will look around for an another solution.. Thanks..

      Comment

      Working...
      X