Switch
Switches are used to input boolean values.
# Colorized switches
<div class="flex flex-wrap gap-4">
<input class="switch switch-primary" type="checkbox" />
<input class="switch switch-secondary" type="checkbox" />
<input class="switch switch-success" type="checkbox" />
<input class="switch switch-warning" type="checkbox" />
<input class="switch switch-error" type="checkbox" />
</div>