The checkbox sets sheet.disabled on a
<style> element containing
.box { background: green }. The box repaints correctly, but
the DevTools Rules and Computed panels don't update — inspect the box,
then toggle the checkbox.
The second checkbox adds a green class from the main
(never-disabled) stylesheet, as a control — DevTools updates as expected
for that one.