Test Page: Difference between revisions

From :: ChromeRivals Wiki ::
Jump to navigation Jump to search
Ranzu (talk | contribs)
Redirected page to Main Page
Tags: New redirect Manual revert
Ranzu (talk | contribs)
Removed redirect to Main Page
Tags: Removed redirect Reverted
Line 1: Line 1:
#REDIRECT [[Main Page]]
<form id="calc-form">
  <label>
    <input type="checkbox" class="calc-checkbox" value="10"> Option 1
  </label><br>
  <label>
    <input type="checkbox" class="calc-checkbox" value="20"> Option 2
  </label><br>
  <label>
    <input type="checkbox" class="calc-checkbox" value="30"> Option 3
  </label><br>
  Total: <span id="calc-total">0</span>
</form>

Revision as of 12:04, 20 May 2024

<form id="calc-form">

 <label>
   <input type="checkbox" class="calc-checkbox" value="10"> Option 1
 </label>
<label> <input type="checkbox" class="calc-checkbox" value="20"> Option 2 </label>
<label> <input type="checkbox" class="calc-checkbox" value="30"> Option 3 </label>
Total: 0

</form>