Skip to content
This repository was archived by the owner on Feb 21, 2022. It is now read-only.
This repository was archived by the owner on Feb 21, 2022. It is now read-only.

Add support for setting a labeled list of checkboxes #8

@mfulton26

Description

@mfulton26

e.g.

<fieldset>
    <legend>Shipping Options</legend>
    <label><input type="checkbox" id="giftWrap">Gift wrapped?</label>
    <label><input type="checkbox" id="warranty">Warranty?</label>
    <label><input type="checkbox" id="returnable" checked>Returnable?</label>
</fieldset>
await automator.set("Shipping Options").to({
  "Gift wrapped?": true,
  "Warranty?": false,
  "Returnable?": true
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions