Design System

Binary choice

Two large side-by-side buttons. Used wherever the answer is one of exactly two values: yes/no, male/female, gain weight/lose weight. Tapping the selected option a second time clears it — every binary question is reversible.

import from @halwel/ui/components/forms/BinaryChoice

Variants

Yes / no
Sex assigned at birth
With default selection

Uncontrolled: selectedSide pre-set via internal state isn't supported; pass via parent for controlled use.