> For the complete documentation index, see [llms.txt](https://help.pickzen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pickzen.com/developers/sdk/documentation/formslide/formfield/imagefield.md).

# ImageField

This class extends from FormField and models an image uploader.

```
/**
 * Returns is the image is not securized.
 *
 * @returns {boolean}
 */
isPublic() {
    return this.data.isPublic===true;
}
```
