Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

vibium check

Toggle a checkbox.

vibium check @e<num>

Sets the checkbox referenced by @e<num> to its checked state. If you need to explicitly uncheck a checked box, click it directly with click instead.

Terminal window
vibium check @e7

Find first, then check:

Terminal window
$ vibium find label "I agree to the terms"
@e7 input label="I agree to the terms"
$ vibium check @e7