Petal

 view release on metacpan or  search on metacpan

t/data/cookbook.html  view on Meta::CPAN

        <th>Radio button group</th>
      </tr>
      <tr>
        <td width="100">
          <span petal:replace="structure query/checkbox_group 'Choices' choices '' 'true'">
            <input name="Choices" type="checkbox" value="test">Test</input>
          </span>
        </td>

        <td width="100" valign="top">
          <span petal:replace="structure query/popup_menu 'Choices' choices '' 'true'">
            <input name="Choices" type="checkbox" value="test">Test</input>
          </span>
        </td>

        <td valign="top">
          <span petal:replace="structure query/radio_group 'Choices' choices '' 'true'">
            <input name="Choices" type="checkbox" value="test">Test</input>
          </span>
        </td>
      </tr>



( run in 2.260 seconds using v1.01-cache-2.11-cpan-364913b4093 )