Is there a way to show an item in Input Table as non-checkable?

  • taiwanpieguy
    Asked on August 5, 2017 at 1:52 PM

    Also, I'm wondering for some new items I have added under "choose set number of each type of pie" like Maple syrup Pecan pie is there a way to show as non checkable?

  • Jan
    Replied on August 5, 2017 at 3:35 PM

    We can use the CSS pointer-events declaration to disable a specific or multiple check boxes. Here's an example:

    .className {
    pointer-events: none;
    }

    Please provide the options you're planning to disable so that we can create a custom CSS. 

    Thank you.