Disable Radio Button Items with JavaScript | Community
Skip to main content
Level 3
November 30, 2016
Solved

Disable Radio Button Items with JavaScript

  • November 30, 2016
  • 1 reply
  • 2372 views

Is it possible to disable individual radio button selections using script? In place of resetting the items list and removing items I don't want users to select, I'd like to disable the items so they cannot be selected.

ie: If the SOM for my radio button object is: "guide[0].guide1[0].guideRootPanel[0].Application[0].applicationType[0]". Is there an additional property / element that would let me programatically access the individual items?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Khushwant_Singh

Hi,

It is not possible to disable individual radio button items. As a workaround, you can create multiple sets of radio buttons, keep these button hidden by default, and show these buttons based on the option selected in a previous step.

Regards,
Khushwant Singh

1 reply

Khushwant_Singh
Adobe Employee
Khushwant_SinghAdobe EmployeeAccepted solution
Adobe Employee
November 30, 2016

Hi,

It is not possible to disable individual radio button items. As a workaround, you can create multiple sets of radio buttons, keep these button hidden by default, and show these buttons based on the option selected in a previous step.

Regards,
Khushwant Singh