Initially blank: @textboxInitiallyBlankValue
Initially populated: @textboxInitiallyPopulatedValue
Initially unchecked: @checkboxInitiallyUncheckedValue
Initially checked: @checkboxInitiallyCheckedValue
@functions { string textboxInitiallyBlankValue = null; string textboxInitiallyPopulatedValue = "Hello"; bool checkboxInitiallyUncheckedValue = false; bool checkboxInitiallyCheckedValue = true; }