Function event_target_checked
pub fn event_target_checked(ev: &Event) -> boolExpand description
Helper function to extract event.target.checked from an event.
This is useful in the on:change listeners for an <input type="checkbox"> element.