Take a look on attachement, how can I customize the check boxes in Sencha to look something like this? The biggest challenge is not probably the styling, but the possibility to have two checkboxes beside each other.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For styling, you can apply a cls property to the checkbox to add additional styling or use the baseCls property to wipe the st2 styling and apply your own… in order to get the checkboxes side by side you’ll want to use a vbox layout in the parent container to accomplish that.. id offer sample code, but im on my mobile, let me know if you have questions and i can whip up an example for you tomorrow