a:radio

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

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

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
value