Retrieve boolean value from selected array object
问题 Objective I'm trying to create a form that will display different dropdown(select) lists based on a single first choice of "Plan Type" e.g.("Basic", "Standard", "Deluxe"). If a user selects "Basic", then the user can choose from a new dropdown list called "Option A". If they select "Standard" or "Deluxe" then they receive "Option B". Edit to Objective I guess I just really need to have the isOptionA or isOptionB available for consumption in my view. Requirement The user can only see the