Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CB ¶
type CB struct { *base.MDC vecty.Core Root vecty.MarkupOrChild Input vecty.MarkupOrChild Background vecty.MarkupOrChild OnChange func(this *CB, e *vecty.Event) Checked bool Indeterminate bool Disabled bool Value string }
CB is a vecty-material checkbox component.
func (*CB) Render ¶
func (c *CB) Render() vecty.ComponentOrHTML
Render implements the vecty.Component interface.