I’m not sure if this is technically a bug, since it is CSS, but in Chrome v54, the checkbox for “This is an official warning.” is not visible. It does display properly in Internet Explorer, however.
I suspect it’s this css:
input {
-webkit-appearance: none;
}
Not sure if that’s intentional for some other reason, so I figured I’d post here.