Static Propertysliemeobn.elementary 0.5.0Elementary
checked
HtmlAttributes.swift:647static var checked: Self { get }
static var checked: Self { get }
s10Elementary13HTMLAttributeVA2A7HTMLTagO5inputORszrlE7checkedACyAGGvpZ
What are these?2H2B4
where Tag == HTMLTag.input
import Elementary
struct HTMLAttribute<Tag> where Tag : HTMLTagDefinition
An HTML attribute that can be applied to an HTML element of the associated tag.
enum input
static func accept(_ type: Accept) -> HTMLAttribute<Tag>
static func type(_ type: InputType) -> HTMLAttribute<Tag>
static func value(_ value: String) -> HTMLAttribute<Tag>
struct Accept
struct InputType