Skip to main content
Version: 57.2.0

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

Live demo

Props

PropTypeRequiredDescription
valuebooleanYesThe boolean value to be displayed or edited.
isEditingbooleanIf true, the component is in editing mode.
onSavereflectionThe function to call when the value is saved.