---
title: "Table boolean"
description: "Use the table boolean to create easily scannable binary information for a user."
sidebar_label: "Table boolean"
slug: /reference/components/table-boolean
---

import ComponentDemo from '@site/src/components/ComponentDemo';

# Table boolean

Use the table boolean to create easily scannable binary information for a user.

**Package:** `@terreno/ui`  
**Categories:** Component  
**Props interface:** `TableBooleanProps`  
**Story source:** [`demo/stories/Tableboolean.stories.tsx`](https://github.com/flourishhealth/terreno/blob/master/demo/stories/Tableboolean.stories.tsx)

## Live demo

<ComponentDemo name="Table boolean" />

## Props

| Prop | Type | Required | Description |
| --- | --- | --- | --- |
| `value` | `boolean` | Yes | The boolean value to be displayed or edited. |
| `isEditing` | `boolean` |  | If true, the component is in editing mode. |
| `onSave` | `reflection` |  | The function to call when the value is saved. |
