Form
Связка лейбла, подсказки и ошибки. FormControl передаёт invalid/required/disabled через React context в Input, Textarea, Select, Checkbox, Radio, Switch, FormLabel и FormHelperText (явные пропсы имеют приоритет). Справка — в шапке Документация → Form.
Примеры: FormControl
Contact details
FormControl passes invalid/required/disabled to Input, FormLabel, and FormHelperText via context (explicit props still win).
We never share your email with third parties.
Please enter your name
Примеры: FormGroup
Profile
Multiple fields in one group
Примеры: действия формы с Button
Native <form> via polymorphic Box as="form"; primary submit and outline reset.
Примеры: интеграция с react-hook-form
react-hook-form is only a playground dependency — wire fields with Controller so refs and controlled values match Kovax Input.