HTML

In the body we only define the theme, which is a dark theme. The main block contains the major content of the site

You can click on the options below to change the theme or the main width of THIS page, not how the HTML code updates.

Selection Pills

Selection Pills are used to select a value from a list. There are two types of selection pills supported radio and checkbox. They were already used in the form to select the theme and main width above.

You can click on the single pill (technically a html checkbox) or multi pill (technically a html radio). The color change is pure css. You can attach your own javascript on change event (here: dummy_I_DO_NOTHING)

to be coninued ...