Announcement

Collapse
No announcement yet.

Radio Buttons Selected by Default

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Radio Buttons Selected by Default

    V. 12.0.2

    The layout details for Radio Button Permutation Entry (see Library>Layouts>Permutation Lists) includes the following code:

    <actinic:block if="%3cactinic%3avariable%20name%3d%22IsSelectedByDefault%22%20%2f%3e%20%3d%3d%20false" >checked="checked"</actinic:block>

    Should "false" be "true"?

    #2
    It is working. There are two layouts for radio buttons. If Component Is Optional Selected By Default is not ticked then IsSelectedByDefault is false, so it puts checked on the "Please Select" or "None". If Component Is Optional Selected By Default is ticked then IsSelectedByDefault is true, so it puts checked on the first product choice.
    Peblaco

    Comment

    Working...
    X