PawsCheckBox: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with ' <widget '''name''' = ''qname'' '''factory''' = "pawsCheckBox" text = ''qname'' down = { "true" | "false" } ''widget-attributes''> <!-- Content: (text, check…'
(No difference)

Revision as of 21:59, 12 October 2010

<widget
  name = qname
  factory = "pawsCheckBox"
  text = qname
  down = { "true" | "false" }
  widget-attributes>
  <!-- Content: (text, checkbox?, widget-elements) -->
</widget>

The pawsCheckBox factory is used to create a checkbox.