I use toggles to track whether a borrowed item has been returned. Among other things, checking the toggle also records the date an item was returned.
Once the toggle has been checked, I need it to be not possible to uncheck it.
Can this be done?
I know I can use visibility rules and a fake checkbox icon, but I also have several other visibility conditions on this screen, so I’m wondering if there’s a way to do it with a setting.
there is no way that I know of to stop a toggle being clicked unless you cover it with something. I know you don’t want another visibility rule but it is very easy to cover the checkbox with a transparent rectangle that is only visible when the item’s returned? is checked.
I usually use what @Hanan proposed! But if you’re facing a problem with loading all visibility conditions on one screen, check this preloader component created by PargmaFlow