Components

Choicebox

A bigger, juiced-up version of a Radio or Checkbox, giving users a chunky tap target and extra deets.

Basic

The Choicebox is an enhanced version of a GridList, offering users a larger tap target and additional details.

Just the essentials to get started.
A step up with more features and support.
Advanced options for growing needs.
Top-tier features for maximum performance.
All-inclusive plan with every feature available.
Custom solutions for large-scale operations.

Installation

If you hit any issues, make sure you check out the installation guide here for more information.

Composed Components

When you install this component via the CLI, it automatically loads all composed components, so you don’t need to add them individually.

The Choicebox comes packed with several components to enhance functionality and provide a seamless experience.

An interactive input that allows users to toggle a selection on or off, often used for settings or multiple-choice selections.
Field's a core piece every other component uses. It flexes reusable styles, showing up in inputs, labels, descriptions, and more.

Manual Installation

Make sure you also install the composed components and the required packages for the component to function properly.

Anatomy

Single Selection

Although the Choicebox defaults to allowing multiple selections, it can be configured for single selection by setting the selectionMode prop.

Perfect for beginners. Basic resources for light projects.
Great for growing sites. More power and storage.
Ideal for busy sites. Lots of resources and support.
Max power for demanding applications. Top-tier performance.

Columns and Gap

The Choicebox default layout is set with columns={2} and a gap={4} between items. You can customize these settings by providing your own columns and gap props.

Essentials, get started
More features, support
Advanced, growing needs
Top-tier, maximum performance
All-inclusive, every feature
Custom, large-scale operations

No Gap

If you set gap={0} and columns={1}, the Choicebox items will lose their individual rounded corners, and the rounded corners will be applied to the parent container instead.

Essentials, get started
More features, support
Advanced, growing needs

Icons

You can add icons to the Choicebox items by providing the icon prop.

Laravel is a web application framework with expressive, elegant syntax.
React is a JavaScript library for building user interfaces.
Typescript is a typed superset of JavaScript that compiles to plain JavaScript.

Controlled

This component can function as either controlled or uncontrolled. For controlled use, provide the selectedKeys prop and manage updates with the onSelectionChange event handler.

Perfect for beginners. Basic resources for light projects.
Great for growing sites. More power and storage.
Ideal for busy sites. Lots of resources and support.
Max power for demanding applications. Top-tier performance.
You have selected: sm

Disabled

Disable the entire Choicebox by applying the isDisabled prop.

Perfect for beginners. Basic resources for light projects.
Great for growing sites. More power and storage.
Ideal for busy sites. Lots of resources and support.
Max power for demanding applications. Top-tier performance.

Individual items can also be disabled by specifying their keys in the disabledKeys prop.

<Choicebox disabledKeys={['sm', 'lg']} />

Get premium Blocks

Create stunning, professional-grade layouts that not only save time but also elevate the quality of your projects.