package virtual_dom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val simple : ?extra_attrs:Virtual_dom.Vdom.Attr.t list -> ?disabled:bool -> is_checked:bool -> label:string -> on_toggle:(unit -> unit Virtual_dom.Vdom.Effect.t) -> unit -> Virtual_dom.Vdom.Node.t