ui/checkbox
Types
Values
pub fn aria_checked(checked: Bool) -> attribute.Attribute(a)
pub fn checkbox(
attributes: List(attribute.Attribute(a)),
children: List(element.Element(a)),
) -> element.Element(a)
pub fn size(s: Size) -> attribute.Attribute(a)
pub fn variant(v: Variant) -> attribute.Attribute(a)