I have submitted a form designed by Nintex Forms.
When I click [View item] to open the form to review it, the checkboxes and radio buttons are grayed out indicating they are not editable.
I would like it to be darker in color as it is when I click [Edit item] to open because it is too light in color and difficult to see.
You can change opacity with custom CSS
E.G.
input[type=checkbox]{opacity:0.6;}