GeekyAnts / GeekyAnts/NativeBase

CheckBox text overflowing.

Open
#5,748 1 comment 0 reactions 0 assignees View on GitHub
bug triage v3
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_**:

Screenshot 2023-05-16 at 11 47 29

Screenshot 2023-05-16 at 11 47 23

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.