Use fieldset element to wrap checkbox with proper event handling: - e.preventDefault() + e.stopPropagation() on both fieldset and Checkbox - Prevents Link navigation when clicking checkbox - Uses semantic fieldset element with aria-label for a11y compliance - No lint suppressions needed