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