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>
    <div>
      <fieldset>
        <legend>Escolha o tipo</legend>
        <label>
          <input type="radio" value="fisica" data-target="tipo_documento" name="tipo_documento" checked />
          Pessoa Física
        </label>
        <label>
          <input type="radio" value="juridica" data-target="tipo_documento" name="tipo_documento" />
          Pessoa Jurídica
        </label>
      </fieldset>
      <label>
        <span data-target="label_documento">Digite o CPF:</span>
        <input data-target="documento" type="text" maxLength="14" />
      </label>
    </div>
  </body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers