I have a radio button field named AsanaBoardQuestion (Question: Does this project have an Asana Board?) with options for "Yes" or "No". In addition, I have several other Radio button fields on which one of the options references that Asana Question. If the answer to the AsanaBoardQuestion is "no", I want to hide the corresponding option on all the other radio button fields. For example, the other radio button fields are required documentation fields, and they each have an option called "Already in Asana". If the project does not have an Asana board, I don't want to present the option on those fields that says "Already in Asana".
I am using the Modern form designer. Is there a way to set a rule to hide individual radio button options? Or is there a way in Javascript using the LFForms object to do this?