Notifications
Mark all as read
Order Completed
Your order #1234 has been completed successfully
5 minutes ago
New Message
You have a new message from John Doe
10 minutes ago
Storage Warning
Your storage is almost full (90% used)
1 hour ago
New User Registered
Sarah Wilson just joined your team
2 hours ago
Payment Failed
Payment for invoice #5678 failed
Yesterday

Checkbox

Pilihan tunggal/multiple dan inline
Basic
HTML
<div class="form-check">
  <input class="form-check-input" type="checkbox" id="ck1">
  <label class="form-check-label" for="ck1">Receive newsletter</label>
</div>
Inline
HTML
<div class="form-check form-check-inline">...</div>
States
HTML
<input class="form-check-input" type="checkbox" disabled>
<input class="form-check-input" type="checkbox" checked>
Switches
HTML
<div class="form-check form-switch">...</div>