Forms

Forms

Forms collect Field, Input, Textarea, Select, Checkbox, Radio, and Switch into complete CMS, settings, and product workflows.

React today, Axonyx-native later

The React package exposes the same control contracts that native .ax components will consume through Foundry classes and data attributes.

import {
  Field,
  Input,
  Select,
  Textarea,
  Checkbox,
  Radio,
  Switch
} from "@axonyx/react";

Text fields

Used for route output.

Keep it short and useful.

Choices

CMS form

Used in the public route.

API

See the full API reference for imports, props, CSS contracts, and Foundry data attributes.