Textbox

Initially blank: @textboxInitiallyBlankValue

Initially populated: @textboxInitiallyPopulatedValue

Checkbox

Initially unchecked: @checkboxInitiallyUncheckedValue

Initially checked: @checkboxInitiallyCheckedValue

@functions { string textboxInitiallyBlankValue = null; string textboxInitiallyPopulatedValue = "Hello"; bool checkboxInitiallyUncheckedValue = false; bool checkboxInitiallyCheckedValue = true; }