i have a select box that have two item (enable , disable) and three input
i want when the user select enable, each input be enabled and add Required Attribute to them.
And vice versa if select disable, each input be disabled and remove Required Attribute from them
can you help me