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

Add support for setting a labeled list of checkboxes #8

Open
mfulton26 opened this issue Mar 21, 2018 · 0 comments
Open

Add support for setting a labeled list of checkboxes #8

mfulton26 opened this issue Mar 21, 2018 · 0 comments

Comments

@mfulton26
Copy link
Owner

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
});
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant