defmodule PyrauiWeb.DocsLive.CheckboxDocs do use PyrauiWeb, :html def render(assigns) do ~H"""
Checkbox component with label and validation support.
<.checkbox label="Accept terms" />
<.checkbox label="Subscribe" checked={true} />
<.checkbox label="Required" required={true} />