CheckboxKey typedef

CheckboxKey = FormKey<CheckboxState>

Form key type for checkbox fields with CheckboxState values.

Implementation

typedef CheckboxKey = FormKey<CheckboxState>;