checked

slinky.web.html.checked$
object checked extends Attr

menuitem - Boolean attribute which indicates whether the command is selected. May only be used when the type attribute is checkbox or radio. input -

When the value of the type attribute is radio or checkbox, the presence of this Boolean attribute indicates that the control is selected by default, otherwise it is ignored.

Unlike other browsers, Firefox will by default persist the dynamic checked state of an <input> across page loads. Use the autocomplete attribute to control this feature.

Attributes

Graph
Supertypes
trait Attr
class Object
trait Matchable
class Any
Self type
checked.type

Members list

Concise view

Type members

Classlikes

object tag extends TagElement

Attributes

Graph
Supertypes
class TagElement
class Object
trait Matchable
class Any
Self type
tag.type

Types

Inherited types

type supports[T <: Tag] = AttrPair[attrType] => AttrPair[tagType]

Attributes

Inherited from:
Attr

Value members

Concrete methods

def :=(v: Boolean): AttrPair[_checked_attr.type]
def :=(v: Option[Boolean]): OptionalAttrPair[_checked_attr.type]

Implicits

Implicits

implicit def boolToPairinputApplied(attrObj: checked.type.this.type): AttrPair[tag.type]
implicit def boolToPairmenuitemApplied(attrObj: checked.type.this.type): AttrPair[tag.type]
implicit def boolToPairstarApplied(attrObj: checked.type.this.type): AttrPair[tag.type]