Use the computed `value` and `dataValue` variables instead of raw
`event.target.value` and `this.dataset.value` when setting the
disabled state on hidden inputs. For checkboxes, event.target.value
returns the HTML value attribute (e.g. "true") rather than the
checked state, causing the disabled toggle to always evaluate
incorrectly.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>