Q. What is a controlled component in React?
β
Correct Answer: (C)
A form element controlled by React state
Explanation: Controlled components have form elements where the value is tied to state.