Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<body>
<h2>Checkboxes</h2>
<p>The <strong>input type="checkbox"</strong> defines a checkbox:</p>
  
<p dir='rtl'>مالک کدام موارد هستید؟</p>
<form dir='rtl' action="/action_page.php">
<input type="checkbox" name="vehicle1" value="Bike">من دوچرخه دارم
<br>
<input type="checkbox" name="vehicle2" value="Car">من ماشین دارم 
<br>
<input type="checkbox" name="bus" value="Car">من اتوبوس دارم 
<br><br>
<input type="submit" Value='ارسال فرم'>
</form> 
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
Amir-ZMpro
0viewers