SIGN IN SIGN UP

fix(webapp): use native checkbox label semantics (#4697)

## Summary

Use native label and checkbox behavior for `CheckboxWithLabel` and
enforce `jsx-a11y/no-noninteractive-element-interactions`.

The component no longer simulates checkbox activation with click
handlers on non-interactive wrappers. Native change events now drive the
controlled checked state.

Base: [#4696](https://github.com/triggerdotdev/trigger.dev/pull/4696)
C
Chris Arderne committed
3d156dfd7589462f6516498ec72f38fe257431cb
Parent: 6461411
Committed by GitHub <noreply@github.com> on 8/19/2026, 3:35:45 PM