a:checkbox

<a:checkbox
  for? = expression
  name? = { string }
  checked? = { boolean }
  disabled? = { boolean }
  autofocus? = { boolean }
  class? = { string } >
  <!-- Content: sequence-constructor -->
</a:checkbox>

Creates an <input> element of type 'checkbox'.

Category
extension-instruction
Permitted parent elements
Any XCST element whose content model is sequence-constructor
Any literal result element

Attributes

autofocus
checked
class
disabled
for
name