Checkbox repeatedly triggering pressed on hold

I’m not sure why this is happening, but holding down my GenericAccept button causes checkboxes to be checked and unchecked rapidly. I’ve setup the Enhanced Input behavior and the checkbox itself to ignore holds, but it seams to not matter. Has anyone experienced this and if so did you find a solution?

Hey @Krileon!

Try using “Started” for the actuation. Pressed is when started and when held, hold is only when held but not when started (skips to the threshold).

Hope that helps! Let us know if that gets you figured out! :slight_smile:

No matter what I set in the enhanced input mapping it doesn’t seam to matter. The only thing that helped was changing the checkbox back to the following defaults.

Then at least holding just held it in a hold state instead of triggering pressed over and over. So doesn’t seam like Triggers do anything for UI in enhanced input.

I guess what I was wanting was if you held the key the button would press, release, then do nothing if you kept holding.