Template:Checkbox: Difference between revisions

From VR Wiki
No edit summary
No edit summary
 
Line 2: Line 2:
<templatedata>
<templatedata>
{
{
"description":"Depiction of a checkbox in one of several states.",
  "description": "Depiction of a checkbox in one of several states.",
"params":{
  "params": {
"checked":{
    "checked": {
            "label": "Checked",
      "label": "Checked",
            "type": "boolean",
      "type": "boolean",
            "required": true,
      "required": true,
            "description": "Whether the checkbox is checked or not.",
      "description": "Whether the checkbox is checked or not.",
            "aliases": ["1"]
      "aliases": ["1"]
        },
    }
}
  }
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 08:14, 19 February 2023

Depiction of a checkbox in one of several states.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Checkedchecked 1

Whether the checkbox is checked or not.

Booleanrequired