Function sauron::on_checked

source ·
pub fn on_checked<CB, MSG>(cb: CB) -> Attribute<MSG>
where CB: FnMut(bool) -> MSG + 'static, MSG: 'static,
Expand description

attach an on_checked event to the html element