BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/5706615246290944/lesson/73d0b1a4f5589fec8c82d0f3822cad67?ref=outlook-calendar
SUMMARY:CheckBox
DTSTART;TZID=America/Los_Angeles:20260514T190000
DTEND;TZID=America/Los_Angeles:20260514T200000
LOCATION:https://www.learndesk.us/class/5706615246290944/lesson/73d0b1a4f5589fec8c82d0f3822cad67?ref=outlook-calendar
DESCRIPTION: The Windows Forms CheckBox control indicates whether a particular condition is on or off. It is commonly used to present a Yes/No or True/False selection to the user. You can use check box controls in groups to display multiple choices from which the user can select one or more.

The check box control is similar to the radio button control in that each is used to indicate a selection that is made by the user. They differ in that only one radio button in a group can be selected at a time. With the check box control, however, any number of check boxes may be selected.

A check box may be connected to elements in a database using simple data binding. Multiple check boxes may be grouped using the GroupBox control. This is useful for visual appearance and also for user interface design, since grouped controls can be moved around together on the form designer. For more information, see Windows Forms Data Binding and GroupBox Control.

The CheckBox control has two important properties,...

https://www.learndesk.us/class/5706615246290944/lesson/73d0b1a4f5589fec8c82d0f3822cad67?ref=outlook-calendar
STATUS:CONFIRMED
SEQUENCE:3
BEGIN:VALARM
TRIGGER:-PT10M
DESCRIPTION:Class Reminder
ACTION:DISPLAY
END:VALARM
END:VEVENT
END:VCALENDAR