Announcement

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

    How to insert something between two radio

    I defined a radiogroupitem, and want to insert textitems under the radios, how can I do it.

    Thanks

    #2
    You would need to define a custom CanvasItem and actually seperate it out so it consists of two radio groups, each with a textitem under each.

    Comment


      #3
      if only one radio in a radio group ,how can i change set this radio's status and get its value? Thanks

      Comment


        #4
        Well radio buttons are mutually exclusive so it can only be on once clicked. You can call setValue("nameofItem"); to change its status however and clearValue() to reset. and getValue() will tell you the name of the radio button selected, since they are mutally exclusive you can assume the rest are off.

        Comment


          #5
          Can u Please elaborate how to insert a textItem B/w two RadioGroupItems?

          Comment


            #6
            Between two radiogroupitems? The orginal poster wanted text after each radio within a group. Please be specific on your request

            Comment

            Working...
            X