# `CKEditor5.Components.HiddenInput`
[🔗](https://github.com/Mati365/ckeditor5-phoenix/blob/v1.28.2/lib/components/hidden_input.ex#L1)

LiveView component for rendering a hidden input field.

# `render`

Renders a hidden input field with the specified attributes.

## Attributes

* `id` (`:string`) (required) - The ID of the hidden input.
* `name` (`:string`) (required) - The name of the hidden input.
* `value` (`:string`) - The value of the hidden input. Defaults to `""`.
* `required` (`:boolean`) - Whether the input is required. Defaults to `false`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
