0

How to set the Default value for radio button in AEM 6.2 touch UI?

I can set the default value for dropdown using "selected=true", but how to do that for radio button?

user2581831
  • 107
  • 5
  • 19

1 Answers1

1

add property checked {Boolean} = true

Ian Sun
  • 11
  • 1
  • Note that there is currently (6.4) a bug using this method in that if you use this attribute on a button other than the first one in the group, any buttons that come before it within the group will not work correctly. – Kevin Laity Aug 13 '19 at 15:50