It would be nice if check boxes could be embedded in tables. For example:
| Paid | Name | Amount | Cleared |
|--------|-------------|-----------|-----------|
| [ ] | | $0.00 | $0.00 |
| [ ] | | $0.00 | $0.00 |
| [ ] | | $0.00 | $0.00 |
| [ ] | | $0.00 | $0.00 |
| [ ] | | $0.00 | $0.00 |
The first column would be checkbox values. Currently this will render in Bear as:
It would be nice if bear rendered like:
Paid | Name | Amount | Cleared |
---|---|---|---|
$0.00 | $0.00 | ||
$0.00 | $0.00 | ||
$0.00 | $0.00 | ||
$0.00 | $0.00 | ||
$0.00 | $0.00 |