SwitchKey typedef

SwitchKey = FormKey<bool>

Form key type for switch fields with boolean values.

Implementation

typedef SwitchKey = FormKey<bool>;