Reason being is GitHub Issue Form generates the checkbox markdown with `- [X]`, as in, **uppercase** `X`, and the code only looks for lowercase: https://github.com/issue-ops/parser/blob/main/src/format.ts#L68-L70
Reason being is GitHub Issue Form generates the checkbox markdown with
- [X], as in, uppercaseX, and the code only looks for lowercase: https://github.com/issue-ops/parser/blob/main/src/format.ts#L68-L70