Function leptos::event_target_checked
source · pub fn event_target_checked(ev: &Event) -> bool
Expand 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.