Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<meta charset="utf-8">
<form>
  <label>
    <input type="radio" name="dataset" value="apples" checked>
    Apples
  </label>
  
  <label>
    <input type="radio" name="dataset" value="oranges">
    Oranges
  </label>
</form>
<script src="http://d3js.org/d3.v3.min.js"></script>
Output

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

Dismiss x
public
Bin info
bmalandpro
0viewers