Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FormCheckbox

export
interface

FormCheckbox

Hierarchy

  • FormCheckbox

Index

Properties

checked

checked: boolean

Indicates whether the checkbox is checked

memberof

FormCheckbox

failed_validation_rules

failed_validation_rules: any

A list of failed validation rules. String if empty and Array of Strings if populated

memberof

FormCheckbox

invalid

invalid: boolean

Indicates whether the validation of the element failed

memberof

FormCheckbox

label

label: string

The label of the form element

memberof

FormCheckbox

name

name: string

The name of the form element

memberof

FormCheckbox

type

type: string

The type of the form element (here: checkbox)

memberof

FormCheckbox

validation

validation: string

List of validation rules, concatenated with a pipe character

memberof

FormCheckbox

validation_error

validation_error: string

The validation error (human readable)

memberof

FormCheckbox

Generated using TypeDoc