Skip to content

ThemeControllerType

Specifies the HTML input type used by the daisyUI theme-controller.

Renders as <input type="checkbox">. Toggles between the default theme (unchecked) and Value (checked). Ideal for a two-theme Light/Dark switch.

Renders as <input type="radio">. Selects Value when checked. Multiple controllers sharing the same Name form a mutually exclusive group, letting the user pick from any number of daisyUI themes.