I am using checkbox for the purpose of checking “Term & Condications”.
if user had selected only checkbox (Square icon) that means terms are accepted
and if not then terms are not accepted, but if user clicks on that checkbox’s text then i should be able to view “terms & condications” page.
Thanks.
take one checkbox and on Textview(better to use button )
setOnClickListener on textView to show T&C .
check ckeckBox status throgh checkbox.ischecked() and work accordingly.