Skip to Main Content
Created by Guest
Created on Mar 9, 2023

Checkbox is grayed out

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.

  • Attach files
  • Guest
    Reply
    |
    Sep 19, 2023

    You can change opacity with custom CSS

    E.G.

    input[type=checkbox]{opacity:0.6;}