Accent Fields Toggle

Checkbox

A single opt-in — include this, as part of a form you submit.


Label beside — the opt-in seat:

Label above — the field-row seat:

The checkbox editor: a single opt-in, and the plainest member of the Toggle family. Reads as part of a form you are filling in — include this — rather than a setting that has already taken effect.

Reach for it when

Agreeing, including, marking: is_featured, include_in_newsletter, accepts_terms. It sits especially well among several independent booleans, where a column of switches would read as a control panel and a column of checkboxes reads as a list.

Declaring one

Label Feature on the homepage
Key is_featured
Data type boolean
Editor checkbox

When another method fits better

  • It is a setting, not a form entryswitch.
  • Several checkboxes that are really one choice — that is an options field, choose-several. Independent facts are independent fields; related choices are one field with options.