<link rel="stylesheet" href="https://crispbykush.netlify.app/crisp.css" />
<label><input class="checkbox" type="checkbox" /> Option 1</label>
<label><input class="checkbox" type="checkbox" /> Option 1</label>
<label><input class="checkbox" type="checkbox" disabled /> Disabled</label>
<form>
<div>
<label> Name: </label>
<input class="form-input" type="text" placeholder="Your name" />
</div>
<div>
<label> Email: </label>
<input class="form-input" type="text" placeholder="you@example.com" />
</div>
<div>
<label> Message: </label>
<input class="form-input" placeholder="Say something nice..." />
</div>
<button class="btn" type="submit">
Send
</button>
</form>