mirror of
https://github.com/status-im/status-react.git
synced 2025-02-17 21:38:07 +00:00
chore: add unique accessibility id to terms-of-use and privacy-statement checkbox
This commit is contained in:
parent
2003f64bed
commit
ff954f72c9
@ -23,10 +23,12 @@
|
|||||||
:description-top-text [rn/view
|
:description-top-text [rn/view
|
||||||
{:style style/terms-privacy-container
|
{:style style/terms-privacy-container
|
||||||
:flex-direction :row}
|
:flex-direction :row}
|
||||||
[quo/selectors
|
[rn/view
|
||||||
{:type :checkbox
|
{:accessibility-label :terms-privacy-checkbox-container}
|
||||||
:checked? terms-accepted?
|
[quo/selectors
|
||||||
:on-change #(set-terms-accepted? not)}]
|
{:type :checkbox
|
||||||
|
:checked? terms-accepted?
|
||||||
|
:on-change #(set-terms-accepted? not)}]]
|
||||||
[rn/view {:style {:flex 1}}
|
[rn/view {:style {:flex 1}}
|
||||||
[quo/text
|
[quo/text
|
||||||
{:style style/text-container
|
{:style style/text-container
|
||||||
|
Loading…
x
Reference in New Issue
Block a user