import './demo11.css'; import Field from '..'; import React from 'react'; import ReactDOM from 'react-dom'; import { Button, Checkbox, Radio, Switch } from '../..'; class App extends React.Component { field: Field; constructor(props) { super(props); this.field = new Field(this); } render() { const init = this.field.init; return (