Checkboxes & Radio
Checkboxes
Standard Markdown task list syntax renders as checkboxes.
- [ ] Email notifications
- [x] SMS alerts
- [ ] Weekly digest
- [x] Product updatesIn a Form
## Preferences
- [x] Send me product updates
- [ ] Send me marketing emails
- [x] Enable two-factor authentication
- [ ] Make my profile public
[Save Preferences]*Radio Buttons
Use ( ) and (x) for radio groups.
Subscription plan
- ( ) Free — 1 user, 5 projects
- (x) Pro — 10 users, unlimited projects
- ( ) Enterprise — unlimited everythingInline Options
Notify me via
- (x) Email
- ( ) SMS
- ( ) Push notificationSyntax
- [ ] Unchecked checkbox
- [x] Checked checkbox
- ( ) Unselected radio
- (x) Selected radio