Reputation: 89
I wants to add a form in installation process which includes a checkbox and two text boxes. Initially check box has to be in enable state and text boxes has to be in disable state. When ever we check on check box the text boxes has to be in enable state and vice versa.
Please give a information about how to create this form and how implement the enable and disable features by using the install4j options.
Thanks and regards,
Jagadeesh Musham.
Upvotes: 1
Views: 156
Reputation: 48015
You can set that up in the install4j IDE without any code: The configuration of the a check box form component has a "Coupled form components" tab that shows all other form components. Select your text fields in that list then they will only be enabled if the check box is selected.
Upvotes: 1