Cases
A list of all the account with the status
{/*
name="state"
label={i18n.str`Filter`}
handler={form.state}
converter={amlStateConverter}
choices={[
{
label: i18n.str`Pending`,
value: "pending",
},
{
label: i18n.str`Frozen`,
value: "frozen",
},
{
label: i18n.str`Normal`,
value: "normal",
},
]}
/> */}