- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
You need to concatenate the values of the checkboxes.
Try:
this.rawValue = checkBox15.rawValue + " " + checkBox16.rawValue + " " + checkBox17.rawValue + " " + ...;
Views
Replies
0 Likes
Total Likes