Creating a Settings View

Guys,

I need to create a settings view with,
volume level, music on/off, name box, check box etc.

Is there some sample or example available ?

Hi, @weavebytes

If you have downloaded Cocos2d-JS
You can check out samples/js-tests/index.html, and find in the test cases: Extensions Test/CCControlButtonTest, then you will find all you need. For the implementation you can find the js file for this test in samples/js-tests/ExtensionsTest/ControlExtensionTest/

Huabin