Which of the following statement is true for controlled components in React.js?
Which of the following statement is true for controlled components in React.js?
a) The source of truth is DOM.
b) The source of truth can be anything.
c) The source of truth is a component state.
d) None of the above.