Pathfinder 1e for Foundry VTT
    Preparing search index...

    Tristate Checkbox

    Usage:

    <input is="pf1-tristate" name="some.path" value="{{some.path}}">
    

    Value must be true, false, or null. Missing value is defaulted to null.

    Hierarchy

    • HTMLInputElement
      • TristateCheckbox
    Index

    Constructors

    Properties

    state: number
    states: { false: number; null: number; true: number } = ...
    type: string
    values: (null | boolean)[] = ...

    Methods