nativescript-checkbox
nativescript-checkbox copied to clipboard
NativeScript plugin for checkbox UI component
Hello. It works a little unusual (relative to the standard vue logic). I implemented the radio buttons as follows. Please leave it here or take it out in the readme....
Checkboxes have a white background color on ios, to fix this, we need to set the background color transparent on the checkbox. This worked with nativescript 8.0.2, but crashes on...
**Description** The app can run in debug mode but it crashes in Android device when adding nativescript-checkbox to a Nativescript 8.2.2 project. The 2 lines of plugin code may not...
I'm using this checkbox plugin inside ui-collections list. I want the user to tap the list item anywhere and that should toggle its checkbox but that doesn't happen. The viewModel...
I am using typescript template and "checkedChange" event is not working on my xml page.     main-page.xml--> ``` ``` main-view-model.ts--> ``` import { Observable } from 'data/observable';...
Hi, I work with radio buttons with the plugin version 1.0.0 on nativescript angular 6. On android when you click on the text of the radio button , it's choosing...
Can anyone help me on how we can change the tick color in ios?
I've checked all the demos and readme but I couldn't find any example of a radio group. Basically I want a few radio checkboxes and enabling one should disable others....
Working in an angular typescript environment I had this html: ` ` The boxes worked fine for checking, but did not work for unchecking in Android. They function properly iOS.
Hi, I have a checkbox element that is wrapped inside of a Carousel Item template (using nativescript-carousel) and for whatever reason, I cannot get CSS to apply to the checkbox...