The Onsen UI pattern has Radiobutton List, but the check location is
I want to follow the iOS UI and display it on the right.
If you know how to do that, please let me know.
Add the class and move it to the right in the CSS.
<style>
.radio-button --right{
position:absolute;
right —5px;
}
</style>
:
: omission
:
<ons-list-item modulator="tappable">
<label class="radio-button radio-button --list-item">
<input type="radio"name="a"checked>
<div class="radio-button__checkmark radio-button --list-item__checkmark radio-button --right">/div>
Chrome
</label>
</ons-list-item>
© 2024 OneMinuteCode. All rights reserved.