@using Kreta.Resources @using Kreta.Web.Areas.Tanulo.Models @model TanuloModel

@TanuloResource.BeilleszkedesiTanulasiEsMagatartasiProblema

@Html.KretaCheckBoxFor(x => x.TanuloBTMProblemakModel.BTMProblema).RenderWithName()
@*
@Html.KretaNumericFor(x => x.TanuloBTMProblemakModel.TanuloLetszamSulyozasa).RenderWithName(3, 3) @Html.KretaCheckBoxFor(x => x.TanuloBTMProblemakModel.BeilleszkedesiProblemavalKuzd).RenderWithName(3, 3)
@Html.KretaCheckBoxFor(x => x.TanuloBTMProblemakModel.TanulasiProblemavalKuzd).RenderWithName(3, 3) @Html.KretaCheckBoxFor(x => x.TanuloBTMProblemakModel.MagatartasiProblemavalKuzd).RenderWithName(3, 3)
@Html.KretaCheckBoxFor(x => x.TanuloBTMProblemakModel.Diszlexia).RenderWithName(3, 3)
@Html.KretaCheckBoxFor(x => x.TanuloBTMProblemakModel.Diszgrafia).RenderWithName(3, 3)
@Html.KretaCheckBoxFor(x => x.TanuloBTMProblemakModel.Diszkalkulia).RenderWithName(3, 3)
@Html.KretaTextBoxFor(x => x.TanuloBTMProblemakModel.BTMHatarozatOkmanySzam).RenderWithName(3, 3) @Html.KretaTextBoxFor(x => x.TanuloBTMProblemakModel.KiallitoIntezmeny).RenderWithName(3, 3)
@Html.KretaDatePickerFor(x => x.TanuloBTMProblemakModel.OkmanyErvenyessegKezdete).RenderWithName(3, 3) @Html.KretaDatePickerFor(x => x.TanuloBTMProblemakModel.OkmanyErvenyessegVege).RenderWithName(3, 3)
@Html.KretaDatePickerFor(x => x.TanuloBTMProblemakModel.KontrolIdopontja).RenderWithName(3, 3)
@Html.KretaTextAreaFor(x => x.TanuloBTMProblemakModel.HatarozatTartalma).RenderWithName(3, 9)
*@
@* *@