๐ Bug Report: NULL and FALSE values on boolean attributes show the same when selected
- Dominant language
- Svelte
- Stars
- 393
- Forks
- 260
- Avg merge
- 6h 53m
- Merged PRs (30d)
- 24
Description
### ๐ Reproduction steps
Just create a collection with a boolean attribute, and then create a document and set the boolean to false
### ๐ Expected behavior
The expected thing that it should do when you click false, is that "False" should be written when selected
### ๐ Actual Behavior
When you select false, it will appear as the value has not even been set to anything (Same thing as when it's null)
Value selected to null
Value selected to False
### ๐ฒ Appwrite version
Version 1.6.x
### ๐ป Operating system
Linux
### ๐งฑ Your Environment
I use Appwrite 1.6 on Docker in my Windows OS
I put OS to Linux because Docker uses Linux essentially
### ๐ Have you spent some time to check if this issue has been raised before?
- [x] I checked and didn't find similar issue
### ๐ข Have you read the Code of Conduct?
- [x] I have read the [Code of Conduct](https://github.com/appwrite/.github/blob/main/CODE_OF_CONDUCT.md)
Contributor guide
Assessment
This issue has not been assessed yet.