0

For checkbox we have uncheckedValue "false" property

Once drag and drop component open dialog with out checked checkedbox and closing dialog i am able to store property value in jcr node

How to do for radio button to store property.

Default value for radio button in AEM 6.2 touch UI enter link description here

  • Not sure what you're asking, Are you looking to have one of the radio buttons be checked by default when opening the dialog for the first time? – Ahmed Musallam Aug 31 '17 at 17:41
  • thanks for reply by default radio button unchecked when open dialog , but I need to store property jcr node. for radio button I provide property name = •/test. jcr node store data will be test "false" – Kotireddy Naru Aug 31 '17 at 19:18
  • You can add a property 'checked="{boolean}true" to the default radio button you want to be checked by default which has the vlaue "false", this way if the user opens the dialog first time, then submits, the jcr value will be "false" – Ahmed Musallam Sep 01 '17 at 03:41
  • If i add 'checked="{boolean}true" this property ,when i open the dialog it's by default check the radio button. for example below checkbox i am able to stroe property in jcr node with out check checkbox. – Kotireddy Naru Sep 01 '17 at 05:23
  • uncheckedValue="false" if add this property i am able to store property in jcr node in checkbox ,this one is not working radio button – Kotireddy Naru Sep 01 '17 at 05:30

0 Answers0