Install features based on checkboxes

前端 未结 3 1179
遇见更好的自我
遇见更好的自我 2020-12-06 06:44

I am trying to make it so that when the user selects something via check box, a corresponding feature will be installed.

I am aware of the prebuilt feature tree that

3条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-06 07:42

    The advice for check boxes is eerily similar to that for radio buttons. Use AddLocal and Remove control events on the Next or Install button, each of which condition against the property tied to your check boxes. It's too late to use feature install levels by the time you're showing UI to the user.

提交回复
热议问题