package virtual_dom

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Vdom_input_widgets.Selectable_styleSource

For checkboxes and radio buttons, you can choose between having their visual display be the default native rendering, or if you want them to look like actual buttons, then the input element is hidden, which gives you much better control over the styling.

Sourcetype t =
  1. | Native
  2. | Button_like
OCaml

Innovation. Community. Security.