Checkbox (YES/NO)

Overview #

Provides a single checkbox to be checked or unchecked.

Checkbox (YES/NO)


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, Format) }}
  1. CSS Class (optional) – Name or names of CSS class(es).
  2. Attributes (optional) – Optional attributes like: disabled, onclick, onchange, etc.
  3. Format (optional) – Type of checkbox
    • (Default. Simple HTML Checkbox)
    • yesno – (Yes/No buttons)

Example:

{{ FieldName.edit("","","yesno") }}


What are your feelings

Leave a Reply

Updated on January 9, 2025