Developing Custom Extensions Part 9 - using checkboxes and hiding/ showing inputs

In this video we explore how to use a checkbox input.
We use this input to control the visibility of a second optional input.
We rewrite our function to perform an 'x to the power of n' type calculation which defaults to x squared.
We also explore the use of console.log() as a debug tool as I investigate a simple mistake made in the HSON file.

Files
mymodule1.zip (1.1 KB)

1 Like

Good explanation of debugging in this one using console.log() :beer: