Radio

Overview #

Radio buttons allow users to select a single option from a predefined set of mutually exclusive choices. This field type is ideal when you need users to make a clear, singular choice from multiple options.

Field Type Parameters: #

  1. Parameters (optional)

Value Processing Parameters: #

Basic usage:

{{ FieldName }}

Pure Value (Unprocessed): #

Example:

{{ FieldName.value }}

Edit Record Parameters: #

Basic usage:

{{ FieldName.edit }}

Usage with parameters:

{{ FieldName.edit(CSS Class, Attributes) }}
  1. CSS Class (optional) – Name or names of CSS class(s).
  2. Attributes (optional) – Optional attributes like: disabled, onclick, onchange etc.

What are your feelings

Leave a Reply

Updated on January 15, 2025