With this you can add any number of buttons with no more code
Edit: I didn't really explain how to use the capx very well. I've also simplified it--the family wasn't necessary.
First
1. Copy the btntxt object to your project
2. Copy the 1 event to your layout (no changes required)
Then repeat these steps for each button you need:
1. Drag a 'btntxt' onto your layout
2. Set its text in the "my_text" instance variable (e.g. "Bonus Chest: ")
3. Set its 'on' text in the "on_text" instance variable (e.g. "Normal")
4. Set its 'off' text in the "off_text" instance variable (e.g. "Easy")