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: #
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) }}
CSS Class
(optional) – Name or names of CSS class(s).Attributes
(optional) – Optional attributes like: disabled, onclick, onchange etc.
Leave a Reply
You must be logged in to post a comment.