import React from 'react'; import { Checkbox, TextInput } from '@breakaway/preact-core'; export const TextInputReadOnly: React.FunctionComponent = () => { const [isPlainChecked, setIsPlainChecked] = React.useState(false); return ( <>