gcanti / tcomb-form-native

Forms library for react-native
MIT License
3.15k stars 458 forks source link

Checkbox and Radio Buttons Support #385

Closed elie-h closed 6 years ago

elie-h commented 7 years ago

Has anyone been able to implement a classic checkbox and radio type input fields with tcomb? I find the ios Switch and pickers to be a bit ugly.

If not can someone give me some guidelines on how to implement them as custom components? The documentation is a bit convoluted.

Thanks

alvaromb commented 6 years ago

You could provide custom factory for that: https://github.com/APSL/react-native-floating-label

Radio buttons and checkbox are not present by default in the React Native API, so they will not be included in this lib.