Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
<form >
  
  <input type="radio" name="name" id="r-1" class="input" checked>
  <input type="radio" name="name" id="r-2" class="input">
  <input type="radio" name="name" id="r-3" class="input">
  
  
    <label for="r-1" class="label l-1">Текст 1</label>
    <label for="r-2" class="label l-2">Текст 2</label>
    <label for="r-3" class="label l-3">Текст 3</label>
  
</form>
</body>
</html>
Output

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

Dismiss x
public
Bin info
lime7pro
0viewers