form: approve inputs

I have the following scenario - in my web application each user can update the form. But before it goes live, a second analyst goes through the changes of each field and approves a change. As a default the input is rejected

  1. Some inputs are blind and a second user has to fill the data to approve it.
  2. There are some inputs that are visible, so to approve it you have to click on the icon.
  3. We have also checkboxes and radiobuttons to approve.

Can there be a better design?

enter image description here