Usage

Use this component within a <form>element to allow the user to choose from a group of options.

  • To force a unique choice: set the type prop to radio
  • To enable multiple choices: set the type prop to checkbox

Related Components

  • InputRadio component in blocks
  • InputCheck component in blocks

Resources

playbook