Skip to content

Instantly share code, notes, and snippets.

@sendgrid-gists
Last active December 5, 2018 23:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sendgrid-gists/d7d5f4f0c18f9efce72df302197465b8 to your computer and use it in GitHub Desktop.
Save sendgrid-gists/d7d5f4f0c18f9efce72df302197465b8 to your computer and use it in GitHub Desktop.
SendGrid style-guide table with checkboxes in cells.
<table class="table-wrap has-internal-checkboxes">
<thead>
<tr>
<th colspan="2">Desktop Clients</th>
</tr>
</thead>
<tbody>
<tr>
<td class="list-name">Apple Mail</td>
<td class="checkbox-grid">
<div class="input-checkbox-wrap">
<input type="checkbox" id="checkbox-os-1" value="OS" checked>
<label class="input-checkbox-label" for="checkbox-os-1">Client <span class="input-checkbox-info">OS</span></label>
</div>
<div class="input-checkbox-wrap">
<input type="checkbox" id="checkbox-os-2" value="OS" checked>
<label class="input-checkbox-label" for="checkbox-os-2">Client <span class="input-checkbox-info">OS</span></label>
</div>
...
</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment