Import
import { Value } from '@dnb/eufemia/extensions/forms'render(<Value.Boolean />)
Description
Value.Boolean is a base component for displaying values of the type boolean.
Before using this component, ensure there is not a more specific value component available that better suits your needs.
There is a corresponding Field.Boolean component.
import { Value } from '@dnb/eufemia/extensions/forms'render(<Value.Boolean />)