简体   繁体   中英

Asp.net Mvc how to changed Text Box to Check Box

Hello everyone could you help me with this few problem that i'm facing i want to convert text box to check box which of this code should i changed

This is the Code-- Click Here and this is the view-- I want to changes the remember me text box Click Here

Thanks!

使用 CheckBoxFor HTML 助手代替 EditorFor

@Html.CheckBoxFor(model => model.RememberMe)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM