DefineBooleanAttr

Define a boolean html attribute with name and additional list of values. If present, the attribute's value will be rendered as an exact match of the attribute's name.

template DefineBooleanAttr (
alias name
TVal...
) {}

Meta