Sha256: 2d90cff6479779afc2be78c144a1683621a2c7afb16d3d6adc1084bfe468e65b

Contents?: true

Size: 825 Bytes

Versions: 1

Compression:

Stored size: 825 Bytes

Contents

<!-- 
    Document   : checbox_group
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <h3>Pets CheckboxGroup. Each has value. Acts like MultiSelectList. none, one ore more items can be checked.</h3>
    <INPUT NAME="pets" TYPE="CHECKBOX" VALUE="cat">cat<br />
    <INPUT NAME="pets" TYPE="CHECKBOX" VALUE="dog">dog<br />
    <INPUT NAME="pets" TYPE="CHECKBOX" VALUE="zook">zook<br />
    <INPUT NAME="pets" TYPE="CHECKBOX" VALUE="zebra">zebra<br />
    <INPUT NAME="pets" TYPE="CHECKBOX" VALUE="wumpa">wumpa<br />
    <h3>Single CheckboxToggle Only. Acts like RadioGroup on/off switch.</h3>
    <INPUT NAME="singleIndicator" TYPE="checkbox">ToggleMe<br /> 
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
marekj-watirloo-0.0.2 test/html/checkbox_group1.html