ThemeControllerType
Specifies the HTML input type used by the daisyUI theme-controller.
Fields
Section titled “Fields”Checkbox
Section titled “Checkbox”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.