GeekyAnts / GeekyAnts/NativeBase
CheckBox text overflowing.
- Dominant language
- TypeScript
- Stars
- 20.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
### Description
I expected that the text would behave the same way when the checkbox is checked and unchecked
### NativeBase Version
3.4.19
### Platform
- [X] Android
- [ ] CRA
- [X] Expo
- [X] iOS
- [ ] Next
### Other Platform
_No response_
### Additional Information
I am trying to figure out why the text in a checkbox appears to behave differently depending on when it is checked or unchecked.
I've also attempted to style it with the `_text` property but to no avail.
**_Code_**:
```
} />}
isChecked={!!action.isChecked}
mb="2"
minH="12"
value={action.sk}
w="12"
onChange={() => setAction(!action?.isChecked)}
>
{action.title}
```
**_Result_**:
Contributor guide
Assessment
This issue has not been assessed yet.