Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save coderdiaz/464923b90a9fa4db63070dba4abd4c95 to your computer and use it in GitHub Desktop.
Save coderdiaz/464923b90a9fa4db63070dba4abd4c95 to your computer and use it in GitHub Desktop.
<div className="todo-list">
<div className="card p-2">
<div className="form-group">
<label className="form-switch">
<input type="checkbox" />
<i className="form-icon" />
Task description
</label>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment